5 #include "ILocalFeatureExtractor.h" 22 DllExport
virtual ~CHSV(
void) {}
24 DllExport
virtual Mat
get(void)
const {
return get(
m_img); }
32 DllExport
static Mat
get(
const Mat &img);
Hue, Saturation and Value 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.
CHSV(Mat &img)
Constructor.