59 float threshold = 0.00005f,
60 const std::string &plugin=
"best");
65 const std::vector<SurfFeature> &detect(
const core::ImgBase *image);
75 const std::vector<SurfFeature> &getReferenceFeatures()
const ;
78 const std::vector<SurfMatch> &
match(
const core::ImgBase *image,
float significance=0.65);
80 void setOctaves(
int octaves);
82 void setIntervals(
int intervals);
84 void setSampleStep(
int sampleStep);
86 void setThreshold(
float threshold);
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
Data * m_data
hidden implementation
Definition: SurfFeatureDetector.h:50
#define ICLCV_API
Definition: CompatMacros.h:177
ICL's New Generic Surf Feature detection class.
Definition: SurfFeatureDetector.h:49
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131