10 #ifndef CFeatureExtraction_H
11 #define CFeatureExtraction_H
102 std::ostream& out)
const override;
333 const unsigned int init_ID = 0,
const unsigned int nDesiredFeatures = 0,
376 unsigned int nDesiredFeats = 0)
const;
412 const int threshold = 20,
bool append_to_list =
false,
414 std::vector<size_t>* out_feats_index_by_row =
nullptr);
421 const int threshold = 20,
bool append_to_list =
false,
423 std::vector<size_t>* out_feats_index_by_row =
nullptr);
430 const int threshold = 20,
bool append_to_list =
false,
432 std::vector<size_t>* out_feats_index_by_row =
nullptr);
533 void selectGoodFeaturesKLT(
536 unsigned int init_ID = 0,
537 unsigned int nDesiredFeatures = 0)
const;
548 unsigned int init_ID = 0,
unsigned int nDesiredFeatures = 0,
563 unsigned int init_ID = 0,
unsigned int nDesiredFeatures = 0,
578 unsigned int init_ID = 0,
unsigned int nDesiredFeatures = 0,
592 const unsigned int init_ID = 0,
const unsigned int nDesiredFeatures = 0,
606 unsigned int init_ID = 0,
unsigned int nDesiredFeatures = 0,
620 unsigned int init_ID = 0,
unsigned int nDesiredFeatures = 0,
627 unsigned int init_ID = 0,
unsigned int nDesiredFeatures = 0,
642 unsigned int init_ID,
unsigned int nDesiredFeatures,
656 unsigned int init_ID,
unsigned int nDesiredFeatures,
668 CFeatureList& featList,
void* dog_pyr,
int octvs,
int intvls,
669 double contr_thr,
int curv_thr,
void* storage)
const;
687 void* dog_pyr,
int octvs,
int intvls,
float row,
float col,
688 unsigned int& nMin,
unsigned int& nMax)
const;
699 void* dog_pyr,
int octvs,
int intvls,
float row,
float col)
const;
707 void* features,
CFeatureList& list,
unsigned int init_ID = 0)
const;
718 void* features,
CFeatureList& list,
unsigned int init_ID = 0,
This class allows loading and storing values and vectors of different types from a configuration text...
This is a virtual base class for sets of options than can be loaded from and/or saved to configuratio...
A class for storing images as grayscale or RGB bitmaps.
Declares a matrix of booleans (non serializable).
A list of visual features, to be used as output by detectors, as input/output by trackers,...
GLenum GLenum GLvoid * row
GLsizei const GLchar ** string
GLsizei GLsizei GLchar * source
TDescriptorType
The bitwise OR combination of values of TDescriptorType are used in CFeatureExtraction::computeDescri...
TFeatureType
Types of features - This means that the point has been detected with this algorithm,...
@ featKLT
Kanade-Lucas-Tomasi feature [SHI'94].
static void detectFeatures_SSE2_FASTER12(const mrpt::img::CImage &img, TSimpleFeatureList &corners, const int threshold=20, bool append_to_list=false, uint8_t octave=0, std::vector< size_t > *out_feats_index_by_row=nullptr)
Just like detectFeatures_SSE2_FASTER9() for another version of the detector.
static void detectFeatures_SSE2_FASTER10(const mrpt::img::CImage &img, TSimpleFeatureList &corners, const int threshold=20, bool append_to_list=false, uint8_t octave=0, std::vector< size_t > *out_feats_index_by_row=nullptr)
Just like detectFeatures_SSE2_FASTER9() for another version of the detector.
static void detectFeatures_SSE2_FASTER9(const mrpt::img::CImage &img, TSimpleFeatureList &corners, const int threshold=20, bool append_to_list=false, uint8_t octave=0, std::vector< size_t > *out_feats_index_by_row=nullptr)
A SSE2-optimized implementation of FASTER-9 (requires img to be grayscale).
Classes for computer vision, detectors, features, etc.
A structure for defining a ROI within an image.