Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::vision::CFeature::TDescriptors Struct Reference

Detailed Description

All the possible descriptors this feature may have.

Definition at line 109 of file CFeature.h.

#include <mrpt/vision/CFeature.h>

Public Member Functions

 TDescriptors ()
 
bool hasDescriptorSIFT () const
 
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...
 

Public Attributes

std::vector< uint8_tSIFT
 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_tORB
 orientation and scale of the multiResolution feature (there is a vector of descriptors for each scale) More...
 
std::vector< uint8_tBLD
 BLD feature descriptor. More...
 
std::vector< uint8_tLATCH
 LATCH feature descriptor. More...
 

Constructor & Destructor Documentation

◆ TDescriptors()

CFeature::TDescriptors::TDescriptors ( )

Definition at line 481 of file CFeature.cpp.

Member Function Documentation

◆ hasDescriptorLogPolarImg()

bool mrpt::vision::CFeature::TDescriptors::hasDescriptorLogPolarImg ( ) const
inline

◆ hasDescriptorMultiSIFT()

bool mrpt::vision::CFeature::TDescriptors::hasDescriptorMultiSIFT ( ) const
inline

Whether this feature has this kind of descriptor.

< Whether this feature has this kind of descriptor

Definition at line 159 of file CFeature.h.

Referenced by mrpt::vision::CFeature::saveToTextFile().

◆ hasDescriptorPolarImg()

bool mrpt::vision::CFeature::TDescriptors::hasDescriptorPolarImg ( ) const
inline

◆ hasDescriptorSIFT()

bool mrpt::vision::CFeature::TDescriptors::hasDescriptorSIFT ( ) const
inline

◆ hasDescriptorSpinImg()

bool mrpt::vision::CFeature::TDescriptors::hasDescriptorSpinImg ( ) const
inline

Member Data Documentation

◆ BLD

std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::BLD

◆ LATCH

std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::LATCH

◆ LogPolarImg

mrpt::math::CMatrix mrpt::vision::CFeature::TDescriptors::LogPolarImg

A log-polar image centered at the interest point.

Definition at line 123 of file CFeature.h.

Referenced by mrpt::vision::CFeature::descriptorLogPolarImgDistanceTo(), and mrpt::vision::CFeature::getFirstDescriptorAsMatrix().

◆ multiSIFTDescriptors

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 130 of file CFeature.h.

Referenced by mrpt::vision::CFeature::saveToTextFile().

◆ ORB

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 134 of file CFeature.h.

Referenced by mrpt::vision::CFeature::descriptorORBDistanceTo(), and mrpt::vision::CFeature::saveToTextFile().

◆ PolarImg

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 121 of file CFeature.h.

Referenced by mrpt::vision::CFeature::descriptorPolarImgDistanceTo(), and mrpt::vision::CFeature::getFirstDescriptorAsMatrix().

◆ polarImgsNoRotation

bool mrpt::vision::CFeature::TDescriptors::polarImgsNoRotation

If set to true (manually, default=false)

Definition at line 124 of file CFeature.h.

Referenced by mrpt::vision::CFeature::descriptorLogPolarImgDistanceTo(), and mrpt::vision::CFeature::descriptorPolarImgDistanceTo().

◆ SIFT

std::vector<uint8_t> mrpt::vision::CFeature::TDescriptors::SIFT

◆ SpinImg

std::vector<float> mrpt::vision::CFeature::TDescriptors::SpinImg

The 2D histogram as a single row.

Definition at line 115 of file CFeature.h.

Referenced by mrpt::vision::CFeature::descriptorSpinImgDistanceTo(), and mrpt::vision::CFeature::getFirstDescriptorAsMatrix().

◆ SpinImg_range_rows

uint16_t mrpt::vision::CFeature::TDescriptors::SpinImg_range_rows

The number of rows (corresponding to.

Definition at line 116 of file CFeature.h.

Referenced by mrpt::vision::CFeature::getFirstDescriptorAsMatrix().

◆ SURF

std::vector<float> mrpt::vision::CFeature::TDescriptors::SURF



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST