65 void setSignificance(
float significance);
71 void setClipBuffersToROI(
bool flag);
static const Img< icl8u > null
null sized and null channel image
Definition: Img.h:167
ICLUtils_API MatchResult match(const std::string &text, const std::string ®ex, int numSubMatches=0)
Applies a regular expression match on given text and regex pattern (internally using regex....
undocument this line if you encounter any issues!
Definition: Any.h:37
float m_fSignificance
significance level
Definition: ViewBasedTemplateMatcher.h:80
mode m_eMode
matching mode
Definition: ViewBasedTemplateMatcher.h:81
#define ICLCV_API
Definition: CompatMacros.h:177
TemplateMatching class (wrapping UsefulFunctions::matchTemplate)
Definition: ViewBasedTemplateMatcher.h:40
static T p2o(T *ptr)
Conversion function to transform a pointer into an object.
Definition: Img.h:1639
use normalized cross correlation proximity measurement
Definition: ViewBasedTemplateMatcher.h:46
utils::UncopiedInstance< RegionDetector > m_oRD
internally recycled RegionDetector instance
Definition: ViewBasedTemplateMatcher.h:83
bool m_bClipBuffersToROI
buffer clipping mode
Definition: ViewBasedTemplateMatcher.h:82
use square distance proximity measurement
Definition: ViewBasedTemplateMatcher.h:45
const core::Img8u getBuffer()
returns the interanly used binary buffer buffer
Definition: ViewBasedTemplateMatcher.h:77
std::vector< utils::Rect > m_vecResults
internal result buffer
Definition: ViewBasedTemplateMatcher.h:85
mode
internally use matching mode
Definition: ViewBasedTemplateMatcher.h:44
Utility class for class instances that are created brand new on copy.
Definition: UncopiedInstance.h:72