This is the complete list of members for
rtabmap::CV_ORB, including all inherited members.
computeImpl(const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors) const | rtabmap::CV_ORB | [protected] |
CV_ORB(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeThreshold=31, int firstLevel=0, int WTA_K=2, int scoreType=CV_ORB::HARRIS_SCORE, int patchSize=31, const ParametersMap &fastParameters=ParametersMap()) | rtabmap::CV_ORB | [explicit] |
descriptorSize() const | rtabmap::CV_ORB | |
descriptorType() const | rtabmap::CV_ORB | |
detectImpl(const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, const cv::Mat &mask=cv::Mat()) const | rtabmap::CV_ORB | [protected] |
edgeThreshold | rtabmap::CV_ORB | [protected] |
FAST_SCORE enum value | rtabmap::CV_ORB | |
fastParameters | rtabmap::CV_ORB | [protected] |
firstLevel | rtabmap::CV_ORB | [protected] |
HARRIS_SCORE enum value | rtabmap::CV_ORB | |
kBytes enum value | rtabmap::CV_ORB | |
nfeatures | rtabmap::CV_ORB | [protected] |
nlevels | rtabmap::CV_ORB | [protected] |
operator()(cv::InputArray image, cv::InputArray mask, std::vector< cv::KeyPoint > &keypoints) const | rtabmap::CV_ORB | |
operator()(cv::InputArray image, cv::InputArray mask, std::vector< cv::KeyPoint > &keypoints, cv::OutputArray descriptors, bool useProvidedKeypoints=false) const | rtabmap::CV_ORB | |
patchSize | rtabmap::CV_ORB | [protected] |
scaleFactor | rtabmap::CV_ORB | [protected] |
scoreType | rtabmap::CV_ORB | [protected] |
WTA_K | rtabmap::CV_ORB | [protected] |