5 #include "ILocalFeatureExtractor.h" 34 DllExport
virtual Mat
get(void)
const {
return get(
m_img);}
Coordinate feature depend on the pixel's ordinate (y-coordinate).
Coordinate feature depend on the pixel's absciss (x-coordinate).
virtual ~CCoordinate(void)
Coordinate feature depend on the pixel's distance to the image center.
Coordinate 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.
CCoordinate(const Mat &img)
Constructor.
coordinateType
Types of the coordinate feature.