diff options
Diffstat (limited to 'Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h')
| -rw-r--r-- | Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h index a6e104b53..86d44ca34 100644 --- a/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h +++ b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionConfig.h @@ -14,6 +14,9 @@ namespace Tango property double DesiredBitmapWidth; property double DesiredBitmapHeight; property cli::array<Byte>^ TemplateBitmap; + property double SimilarityTolerance; + property int HistogramMethod; + property bool EnableDoubleChecking; }; } } |
