OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions
xfeatures2d.hpp File Reference
#include "opencv2/features2d.hpp"
#include "opencv2/xfeatures2d/nonfree.hpp"

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...