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,
364 #if 0 // Delete? see comments in .cpp 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);
527 #if 0 // Delete? see comments in .cpp 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,
Declares a matrix of booleans (non serializable).
This is a virtual base class for sets of options than can be loaded from and/or saved to configuratio...
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.
A structure for defining a ROI within an image.
This class allows loading and storing values and vectors of different types from a configuration text...
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.
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.
GLsizei const GLchar ** string
A list of visual features, to be used as output by detectors, as input/output by trackers, etc.
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, which is independent of additional descriptors a feature may also have.
GLenum GLenum GLvoid * row
GLsizei GLsizei GLchar * source
Kanade-Lucas-Tomasi feature [SHI'94].
A class for storing images as grayscale or RGB bitmaps.