Navigation
index
next
|
previous
|
OpenCV 3.0.0-dev documentation
»
OpenCV API Reference
»
features2d. 2D Features Framework
ΒΆ
Feature Detection and Description
FAST
MSER
ORB
ORB::ORB
ORB::operator()
BRISK
BRISK::BRISK
BRISK::BRISK
BRISK::operator()
KAZE
KAZE::KAZE
AKAZE
AKAZE::AKAZE
SIFT
Common Interfaces of Feature Detectors
FeatureDetector
FeatureDetector::detect
FeatureDetector::create
FastFeatureDetector
GoodFeaturesToTrackDetector
MserFeatureDetector
SimpleBlobDetector
Common Interfaces of Descriptor Extractors
DescriptorExtractor
DescriptorExtractor::compute
DescriptorExtractor::create
Common Interfaces of Descriptor Matchers
DescriptorMatcher
DescriptorMatcher::add
DescriptorMatcher::getTrainDescriptors
DescriptorMatcher::clear
DescriptorMatcher::empty
DescriptorMatcher::isMaskSupported
DescriptorMatcher::train
DescriptorMatcher::match
DescriptorMatcher::knnMatch
DescriptorMatcher::radiusMatch
DescriptorMatcher::clone
DescriptorMatcher::create
BFMatcher
BFMatcher::BFMatcher
FlannBasedMatcher
Drawing Function of Keypoints and Matches
drawMatches
drawKeypoints
Object Categorization
BOWTrainer
BOWTrainer::add
BOWTrainer::getDescriptors
BOWTrainer::descriptorsCount
BOWTrainer::cluster
BOWKMeansTrainer
BOWKMeansTrainer::BOWKMeansTrainer
BOWImgDescriptorExtractor
BOWImgDescriptorExtractor::BOWImgDescriptorExtractor
BOWImgDescriptorExtractor::setVocabulary
BOWImgDescriptorExtractor::getVocabulary
BOWImgDescriptorExtractor::compute
BOWImgDescriptorExtractor::descriptorSize
BOWImgDescriptorExtractor::descriptorType
Help and Feedback
You did not find what you were looking for?
Ask a question on the
Q&A forum
.
If you think something is missing or wrong in the documentation, please file a
bug report
.
Previous topic
Camera Calibration and 3D Reconstruction
Next topic
Feature Detection and Description
This Page
Show Source
Navigation
index
next
|
previous
|
OpenCV 3.0.0-dev documentation
»
OpenCV API Reference
»