OpenCV
3.0.0-rc1
Open Source Computer Vision
|
Classes | |
class | cv::xfeatures2d::AgastFeatureDetector |
Wrapping class for feature detection using the AGAST method. : More... | |
class | cv::xfeatures2d::BriefDescriptorExtractor |
Class for computing BRIEF descriptors described in [22] . More... | |
class | cv::xfeatures2d::FREAK |
Class implementing the FREAK (Fast Retina Keypoint) keypoint descriptor, described in [3] . More... | |
class | cv::xfeatures2d::LUCID |
Class implementing the locally uniform comparison image descriptor, described in [142]. More... | |
class | cv::xfeatures2d::StarDetector |
The class implements the keypoint detector introduced by [1], synonym of StarDetector. : More... | |
Namespaces | |
cv | |
cv::xfeatures2d | |
Functions | |
void | cv::xfeatures2d::AGAST (InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression=true) |
void | cv::xfeatures2d::AGAST (InputArray image, std::vector< KeyPoint > &keypoints, int threshold, bool nonmaxSuppression, int type) |
Detects corners using the AGAST algorithm. More... | |