Public Member Functions | Private Member Functions | Private Attributes | List of all members
rtabmap::SURF_DAISY Class Reference

#include <Features2d.h>

Inheritance diagram for rtabmap::SURF_DAISY:
Inheritance graph
[legend]

Public Member Functions

virtual Feature2D::Type getType () const
 
virtual void parseParameters (const ParametersMap &parameters)
 
 SURF_DAISY (const ParametersMap &parameters=ParametersMap())
 
virtual ~SURF_DAISY ()
 
- Public Member Functions inherited from rtabmap::SURF
 SURF (const ParametersMap &parameters=ParametersMap())
 
virtual ~SURF ()
 
- Public Member Functions inherited from rtabmap::Feature2D
cv::Mat generateDescriptors (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints) const
 
std::vector< cv::KeyPoint > generateKeypoints (const cv::Mat &image, const cv::Mat &mask=cv::Mat())
 
std::vector< cv::Point3f > generateKeypoints3D (const SensorData &data, const std::vector< cv::KeyPoint > &keypoints) const
 
int getGridCols () const
 
int getGridRows () const
 
float getMaxDepth () const
 
int getMaxFeatures () const
 
float getMinDepth () const
 
virtual const ParametersMapgetParameters () const
 
bool getSSC () const
 
virtual ~Feature2D ()
 

Private Member Functions

virtual cv::Mat generateDescriptorsImpl (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints) const
 

Private Attributes

int nOctaves_
 
bool orientationNormalized_
 
float patternScale_
 
bool scaleNormalized_
 

Additional Inherited Members

- Public Types inherited from rtabmap::Feature2D
enum  Type {
  kFeatureUndef =-1, kFeatureSurf =0, kFeatureSift =1, kFeatureOrb =2,
  kFeatureFastFreak =3, kFeatureFastBrief =4, kFeatureGfttFreak =5, kFeatureGfttBrief =6,
  kFeatureBrisk =7, kFeatureGfttOrb =8, kFeatureKaze =9, kFeatureOrbOctree =10,
  kFeatureSuperPointTorch =11, kFeatureSurfFreak =12, kFeatureGfttDaisy =13, kFeatureSurfDaisy =14,
  kFeaturePyDetector =15
}
 
- Static Public Member Functions inherited from rtabmap::Feature2D
static cv::Rect computeRoi (const cv::Mat &image, const std::string &roiRatios)
 
static cv::Rect computeRoi (const cv::Mat &image, const std::vector< float > &roiRatios)
 
static Feature2Dcreate (const ParametersMap &parameters=ParametersMap())
 
static Feature2Dcreate (Feature2D::Type type, const ParametersMap &parameters=ParametersMap())
 
static void filterKeypointsByDepth (std::vector< cv::KeyPoint > &keypoints, const cv::Mat &depth, float minDepth, float maxDepth)
 
static void filterKeypointsByDepth (std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &depth, float minDepth, float maxDepth)
 
static void filterKeypointsByDepth (std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, std::vector< cv::Point3f > &keypoints3D, float minDepth, float maxDepth)
 
static void filterKeypointsByDisparity (std::vector< cv::KeyPoint > &keypoints, const cv::Mat &disparity, float minDisparity)
 
static void filterKeypointsByDisparity (std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &disparity, float minDisparity)
 
static void limitKeypoints (const std::vector< cv::KeyPoint > &keypoints, std::vector< bool > &inliers, int maxKeypoints, const cv::Size &imageSize, int gridRows, int gridCols, bool ssc=false)
 
static void limitKeypoints (const std::vector< cv::KeyPoint > &keypoints, std::vector< bool > &inliers, int maxKeypoints, const cv::Size &imageSize=cv::Size(), bool ssc=false)
 
static void limitKeypoints (std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, int maxKeypoints, const cv::Size &imageSize=cv::Size(), bool ssc=false)
 
static void limitKeypoints (std::vector< cv::KeyPoint > &keypoints, int maxKeypoints, const cv::Size &imageSize=cv::Size(), bool ssc=false)
 
static void limitKeypoints (std::vector< cv::KeyPoint > &keypoints, std::vector< cv::Point3f > &keypoints3D, cv::Mat &descriptors, int maxKeypoints, const cv::Size &imageSize=cv::Size(), bool ssc=false)
 
static std::string typeName (Type type)
 
- Protected Member Functions inherited from rtabmap::Feature2D
 Feature2D (const ParametersMap &parameters=ParametersMap())
 

Detailed Description

Definition at line 635 of file Features2d.h.

Constructor & Destructor Documentation

◆ SURF_DAISY()

rtabmap::SURF_DAISY::SURF_DAISY ( const ParametersMap parameters = ParametersMap())

Definition at line 2351 of file Features2d.cpp.

◆ ~SURF_DAISY()

rtabmap::SURF_DAISY::~SURF_DAISY ( )
virtual

Definition at line 2361 of file Features2d.cpp.

Member Function Documentation

◆ generateDescriptorsImpl()

cv::Mat rtabmap::SURF_DAISY::generateDescriptorsImpl ( const cv::Mat image,
std::vector< cv::KeyPoint > &  keypoints 
) const
privatevirtual

Reimplemented from rtabmap::SURF.

Definition at line 2381 of file Features2d.cpp.

◆ getType()

virtual Feature2D::Type rtabmap::SURF_DAISY::getType ( ) const
inlinevirtual

Reimplemented from rtabmap::SURF.

Definition at line 642 of file Features2d.h.

◆ parseParameters()

void rtabmap::SURF_DAISY::parseParameters ( const ParametersMap parameters)
virtual

Reimplemented from rtabmap::SURF.

Definition at line 2365 of file Features2d.cpp.

Member Data Documentation

◆ nOctaves_

int rtabmap::SURF_DAISY::nOctaves_
private

Definition at line 651 of file Features2d.h.

◆ orientationNormalized_

bool rtabmap::SURF_DAISY::orientationNormalized_
private

Definition at line 648 of file Features2d.h.

◆ patternScale_

float rtabmap::SURF_DAISY::patternScale_
private

Definition at line 650 of file Features2d.h.

◆ scaleNormalized_

bool rtabmap::SURF_DAISY::scaleNormalized_
private

Definition at line 649 of file Features2d.h.


The documentation for this class was generated from the following files:


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Jul 1 2024 02:42:45