Navigation
index
next
|
previous
|
OpenCV 2.4.9.0 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()
FREAK
FREAK::FREAK
FREAK::selectPairs
Common Interfaces of Feature Detectors
KeyPoint
KeyPoint::KeyPoint
FeatureDetector
FeatureDetector::detect
FeatureDetector::create
FastFeatureDetector
GoodFeaturesToTrackDetector
MserFeatureDetector
StarFeatureDetector
DenseFeatureDetector
SimpleBlobDetector
GridAdaptedFeatureDetector
PyramidAdaptedFeatureDetector
DynamicAdaptedFeatureDetector
DynamicAdaptedFeatureDetector::DynamicAdaptedFeatureDetector
AdjusterAdapter
AdjusterAdapter::tooFew
AdjusterAdapter::tooMany
AdjusterAdapter::good
AdjusterAdapter::create
FastAdjuster
StarAdjuster
SurfAdjuster
Common Interfaces of Descriptor Extractors
DescriptorExtractor
DescriptorExtractor::compute
DescriptorExtractor::create
OpponentColorDescriptorExtractor
BriefDescriptorExtractor
Common Interfaces of Descriptor Matchers
DMatch
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
Common Interfaces of Generic Descriptor Matchers
GenericDescriptorMatcher
GenericDescriptorMatcher::add
GenericDescriptorMatcher::getTrainImages
GenericDescriptorMatcher::getTrainKeypoints
GenericDescriptorMatcher::clear
GenericDescriptorMatcher::train
GenericDescriptorMatcher::isMaskSupported
GenericDescriptorMatcher::classify
GenericDescriptorMatcher::match
GenericDescriptorMatcher::knnMatch
GenericDescriptorMatcher::radiusMatch
GenericDescriptorMatcher::read
GenericDescriptorMatcher::write
GenericDescriptorMatcher::clone
VectorDescriptorMatcher
Drawing Function of Keypoints and Matches
drawMatches
drawKeypoints
Object Categorization
BOWTrainer
BOWTrainer::add
BOWTrainer::getDescriptors
BOWTrainer::descripotorsCount
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 2.4.9.0 documentation
»
OpenCV API Reference
»