5 #include "ILocalFeatureExtractor.h" 26 DllExport
virtual Mat
get(void)
const {
return get(
m_img); }
34 DllExport
static Mat
get(
const Mat &img);
CSIFT(const Mat &img)
Constructor.
SIFT (scale-invariant feature transform) feature extraction class.
Interface class for local feature extraction algorithms.
const Mat m_img
Container for the image, from which the features are to be extracted.