This is the complete list of members for rtabmap::SPDetector, including all inherited members.
compute(const std::vector< cv::KeyPoint > &keypoints) | rtabmap::SPDetector | |
cuda_ | rtabmap::SPDetector | private |
desc_ | rtabmap::SPDetector | private |
detect(const cv::Mat &img, const cv::Mat &mask=cv::Mat()) | rtabmap::SPDetector | |
detected_ | rtabmap::SPDetector | private |
minDistance_ | rtabmap::SPDetector | private |
model_ | rtabmap::SPDetector | private |
nms_ | rtabmap::SPDetector | private |
prob_ | rtabmap::SPDetector | private |
setMinDistance(float minDistance) | rtabmap::SPDetector | inline |
SetNMS(bool enabled) | rtabmap::SPDetector | inline |
setThreshold(float threshold) | rtabmap::SPDetector | inline |
SPDetector(const std::string &modelPath, float threshold=0.2f, bool nms=true, int minDistance=4, bool cuda=false) | rtabmap::SPDetector | |
threshold_ | rtabmap::SPDetector | private |
~SPDetector() | rtabmap::SPDetector | virtual |