mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-14 20:46:15 -05:00
Increase default threshold value for image pattern matching
The previous default value could cause a lot of false positive detections and thus cause confusion if the image detection is working correctly or not.
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
bool useForChangedCheck = false;
|
||||
bool useAlphaAsMask = false;
|
||||
cv::TemplateMatchModes matchMode = cv::TM_CCORR_NORMED;
|
||||
NumberVariable<double> threshold = 0.8;
|
||||
NumberVariable<double> threshold = 0.999;
|
||||
};
|
||||
|
||||
class ObjDetectParameters {
|
||||
|
||||
Reference in New Issue
Block a user