aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h
blob: f014c21598467a294ed002526593a32eb6d2e9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

namespace Tango
{
	namespace TCC
	{
		namespace CardDetector {
			public ref class CardDetectionConfig
			{
			public:
				CardDetectionConfig();
				property double DesiredBitmapWidth;
				property double DesiredBitmapHeight;
			};
		}
	}
}