MRPT
1.9.9
|
All the possible descriptors this feature may have.
Definition at line 107 of file CFeature.h.
#include <mrpt/vision/CFeature.h>
Public Member Functions | |
TDescriptors () | |
bool | hasDescriptorSIFT () const |
bool | hasDescriptorSURF () const |
Whether this feature has this kind of descriptor. More... | |
bool | hasDescriptorSpinImg () const |
bool | hasDescriptorPolarImg () const |
Whether this feature has this kind of descriptor. More... | |
bool | hasDescriptorLogPolarImg () const |
Whether this feature has this kind of descriptor. More... | |
bool | hasDescriptorMultiSIFT () const |
Whether this feature has this kind of descriptor. More... | |
bool | hasDescriptorORB () const |
Whether this feature has this kind of descriptor. More... | |
bool | hasDescriptorBLD () const |
Whether this feature has this kind of descriptor. More... | |
bool | hasDescriptorLATCH () const |
Whether this feature has this kind of descriptor. More... | |
Public Attributes | |
std::vector< uint8_t > | SIFT |
SIFT feature descriptor. More... | |
std::vector< float > | SURF |
SURF feature descriptor. More... | |
std::vector< float > | SpinImg |
The 2D histogram as a single row. More... | |
uint16_t | SpinImg_range_rows |
The number of rows (corresponding to. More... | |
mrpt::math::CMatrix | PolarImg |
range bins in the 2D histogram) of the original matrix from which SpinImg was extracted as a vector. More... | |
mrpt::math::CMatrix | LogPolarImg |
A log-polar image centered at the interest point. More... | |
bool | polarImgsNoRotation |
If set to true (manually, default=false) More... | |
std::deque< std::vector< std::vector< int32_t > > > | multiSIFTDescriptors |
the call to "descriptorDistanceTo" will not consider all the rotations between polar image descriptors (PolarImg, LogPolarImg) More... | |
std::vector< uint8_t > | ORB |
orientation and scale of the multiResolution feature (there is a vector of descriptors for each scale) More... | |
std::vector< uint8_t > | BLD |
BLD feature descriptor. More... | |
std::vector< uint8_t > | LATCH |
LATCH feature descriptor. More... | |
CFeature::TDescriptors::TDescriptors | ( | ) |
Definition at line 481 of file CFeature.cpp.
|
inline |
Whether this feature has this kind of descriptor.
Definition at line 169 of file CFeature.h.
References BLD.
Referenced by mrpt::vision::CFeature::descriptorBLDDistanceTo(), mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and mrpt::vision::CFeature::saveToTextFile().
|
inline |
Whether this feature has this kind of descriptor.
Definition at line 173 of file CFeature.h.
References LATCH.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorLATCHDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and mrpt::vision::CFeature::saveToTextFile().
|
inline |
Whether this feature has this kind of descriptor.
Definition at line 153 of file CFeature.h.
References LogPolarImg.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorLogPolarImgDistanceTo(), and mrpt::vision::CFeature::getFirstDescriptorAsMatrix().
|
inline |
Whether this feature has this kind of descriptor.
< Whether this feature has this kind of descriptor
Definition at line 157 of file CFeature.h.
References multiSIFTDescriptors.
Referenced by mrpt::vision::CFeature::saveToTextFile().
|
inline |
Whether this feature has this kind of descriptor.
Definition at line 164 of file CFeature.h.
References ORB.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorORBDistanceTo(), and mrpt::vision::CFeature::saveToTextFile().
|
inline |
Whether this feature has this kind of descriptor.
Definition at line 149 of file CFeature.h.
References PolarImg.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorPolarImgDistanceTo(), and mrpt::vision::CFeature::getFirstDescriptorAsMatrix().
|
inline |
Definition at line 137 of file CFeature.h.
References SIFT.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorSIFTDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and mrpt::vision::CFeature::saveToTextFile().
|
inline |
Definition at line 145 of file CFeature.h.
References SpinImg.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorSpinImgDistanceTo(), and mrpt::vision::CFeature::getFirstDescriptorAsMatrix().
|
inline |
Whether this feature has this kind of descriptor.
Whether this feature has this kind of descriptor
Definition at line 141 of file CFeature.h.
References SURF.
Referenced by mrpt::vision::CFeature::descriptorDistanceTo(), mrpt::vision::CFeature::descriptorSURFDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and mrpt::vision::CFeature::saveToTextFile().
std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::BLD |
BLD feature descriptor.
Definition at line 134 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorBLDDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), hasDescriptorBLD(), and mrpt::vision::CFeature::saveToTextFile().
std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::LATCH |
LATCH feature descriptor.
Definition at line 135 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorLATCHDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), hasDescriptorLATCH(), and mrpt::vision::CFeature::saveToTextFile().
mrpt::math::CMatrix mrpt::vision::CFeature::TDescriptors::LogPolarImg |
A log-polar image centered at the interest point.
Definition at line 121 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorLogPolarImgDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and hasDescriptorLogPolarImg().
std::deque<std::vector<std::vector<int32_t> > > mrpt::vision::CFeature::TDescriptors::multiSIFTDescriptors |
the call to "descriptorDistanceTo" will not consider all the rotations between polar image descriptors (PolarImg, LogPolarImg)
A set of SIFT-like descriptors for each
Definition at line 128 of file CFeature.h.
Referenced by hasDescriptorMultiSIFT(), and mrpt::vision::CFeature::saveToTextFile().
std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::ORB |
orientation and scale of the multiResolution feature (there is a vector of descriptors for each scale)
ORB feature descriptor
Definition at line 132 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorORBDistanceTo(), hasDescriptorORB(), and mrpt::vision::CFeature::saveToTextFile().
mrpt::math::CMatrix mrpt::vision::CFeature::TDescriptors::PolarImg |
range bins in the 2D histogram) of the original matrix from which SpinImg was extracted as a vector.
A polar image centered at the interest point
Definition at line 119 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorPolarImgDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and hasDescriptorPolarImg().
bool mrpt::vision::CFeature::TDescriptors::polarImgsNoRotation |
If set to true (manually, default=false)
Definition at line 122 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorLogPolarImgDistanceTo(), and mrpt::vision::CFeature::descriptorPolarImgDistanceTo().
std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::SIFT |
SIFT feature descriptor.
Definition at line 111 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorSIFTDistanceTo(), mrpt::vision::find_descriptor_pairings(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), hasDescriptorSIFT(), and mrpt::vision::CFeature::saveToTextFile().
std::vector<float> mrpt::vision::CFeature::TDescriptors::SpinImg |
The 2D histogram as a single row.
Definition at line 113 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorSpinImgDistanceTo(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), and hasDescriptorSpinImg().
uint16_t mrpt::vision::CFeature::TDescriptors::SpinImg_range_rows |
The number of rows (corresponding to.
Definition at line 114 of file CFeature.h.
Referenced by mrpt::vision::CFeature::getFirstDescriptorAsMatrix().
std::vector<float> mrpt::vision::CFeature::TDescriptors::SURF |
SURF feature descriptor.
Definition at line 112 of file CFeature.h.
Referenced by mrpt::vision::CFeature::descriptorSURFDistanceTo(), mrpt::vision::find_descriptor_pairings(), mrpt::vision::CFeature::getFirstDescriptorAsMatrix(), hasDescriptorSURF(), and mrpt::vision::CFeature::saveToTextFile().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |