This is the complete list of members for rtabmap::FAST_FREAK, including all inherited members.
_freak | rtabmap::FAST_FREAK | private |
computeRoi(const cv::Mat &image, const std::string &roiRatios) | rtabmap::Feature2D | static |
computeRoi(const cv::Mat &image, const std::vector< float > &roiRatios) | rtabmap::Feature2D | static |
create(const ParametersMap ¶meters=ParametersMap()) | rtabmap::Feature2D | static |
create(Feature2D::Type type, const ParametersMap ¶meters=ParametersMap()) | rtabmap::Feature2D | static |
FAST(const ParametersMap ¶meters=ParametersMap()) | rtabmap::FAST | |
FAST_FREAK(const ParametersMap ¶meters=ParametersMap()) | rtabmap::FAST_FREAK | |
Feature2D(const ParametersMap ¶meters=ParametersMap()) | rtabmap::Feature2D | protected |
filterKeypointsByDepth(std::vector< cv::KeyPoint > &keypoints, const cv::Mat &depth, float minDepth, float maxDepth) | rtabmap::Feature2D | static |
filterKeypointsByDepth(std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &depth, float minDepth, float maxDepth) | rtabmap::Feature2D | static |
filterKeypointsByDisparity(std::vector< cv::KeyPoint > &keypoints, const cv::Mat &disparity, float minDisparity) | rtabmap::Feature2D | static |
filterKeypointsByDisparity(std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, const cv::Mat &disparity, float minDisparity) | rtabmap::Feature2D | static |
generateDescriptors(const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints) const | rtabmap::Feature2D | |
generateDescriptorsImpl(const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints) const | rtabmap::FAST_FREAK | privatevirtual |
generateKeypoints(const cv::Mat &image, const cv::Mat &mask=cv::Mat()) const | rtabmap::Feature2D | |
generateKeypoints3D(const SensorData &data, const std::vector< cv::KeyPoint > &keypoints) const | rtabmap::Feature2D | |
getMaxDepth() const | rtabmap::Feature2D | inline |
getMaxFeatures() const | rtabmap::Feature2D | inline |
getMinDepth() const | rtabmap::Feature2D | inline |
getParameters() const | rtabmap::Feature2D | inlinevirtual |
getType() const | rtabmap::FAST_FREAK | inlinevirtual |
kFeatureBrisk enum value | rtabmap::Feature2D | |
kFeatureFastBrief enum value | rtabmap::Feature2D | |
kFeatureFastFreak enum value | rtabmap::Feature2D | |
kFeatureGfttBrief enum value | rtabmap::Feature2D | |
kFeatureGfttFreak enum value | rtabmap::Feature2D | |
kFeatureGfttOrb enum value | rtabmap::Feature2D | |
kFeatureKaze enum value | rtabmap::Feature2D | |
kFeatureOrb enum value | rtabmap::Feature2D | |
kFeatureSift enum value | rtabmap::Feature2D | |
kFeatureSurf enum value | rtabmap::Feature2D | |
kFeatureUndef enum value | rtabmap::Feature2D | |
limitKeypoints(std::vector< cv::KeyPoint > &keypoints, int maxKeypoints) | rtabmap::Feature2D | static |
limitKeypoints(std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors, int maxKeypoints) | rtabmap::Feature2D | static |
limitKeypoints(std::vector< cv::KeyPoint > &keypoints, std::vector< cv::Point3f > &keypoints3D, cv::Mat &descriptors, int maxKeypoints) | rtabmap::Feature2D | static |
limitKeypoints(const std::vector< cv::KeyPoint > &keypoints, std::vector< bool > &inliers, int maxKeypoints) | rtabmap::Feature2D | static |
nOctaves_ | rtabmap::FAST_FREAK | private |
orientationNormalized_ | rtabmap::FAST_FREAK | private |
parseParameters(const ParametersMap ¶meters) | rtabmap::FAST_FREAK | virtual |
patternScale_ | rtabmap::FAST_FREAK | private |
scaleNormalized_ | rtabmap::FAST_FREAK | private |
Type enum name | rtabmap::Feature2D | |
~FAST() | rtabmap::FAST | virtual |
~FAST_FREAK() | rtabmap::FAST_FREAK | virtual |
~Feature2D() | rtabmap::Feature2D | virtual |