#include <features2d.hpp>
List of all members.
Classes |
class | Params |
Public Member Functions |
virtual void | clear () |
virtual Ptr
< GenericDescriptorMatcher > | clone (bool emptyTrainData=false) const |
void | initialize (const Params ¶ms, const Ptr< OneWayDescriptorBase > &base=Ptr< OneWayDescriptorBase >()) |
virtual bool | isMaskSupported () |
| OneWayDescriptorMatcher (const Params ¶ms=Params()) |
virtual void | read (const FileNode &fn) |
virtual void | train () |
virtual void | write (FileStorage &fs) const |
virtual | ~OneWayDescriptorMatcher () |
Protected Member Functions |
virtual void | knnMatchImpl (const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< vector< DMatch > > &matches, int k, const vector< Mat > &masks, bool compactResult) |
virtual void | radiusMatchImpl (const Mat &queryImage, vector< KeyPoint > &queryKeypoints, vector< vector< DMatch > > &matches, float maxDistance, const vector< Mat > &masks, bool compactResult) |
Protected Attributes |
Ptr< OneWayDescriptorBase > | base |
Params | params |
int | prevTrainCount |
Constructor & Destructor Documentation
cv::OneWayDescriptorMatcher::OneWayDescriptorMatcher |
( |
const Params & |
params = Params() ) |
|
virtual cv::OneWayDescriptorMatcher::~OneWayDescriptorMatcher |
( |
) |
[virtual] |
Member Function Documentation
virtual void cv::OneWayDescriptorMatcher::clear |
( |
) |
[virtual] |
virtual bool cv::OneWayDescriptorMatcher::isMaskSupported |
( |
) |
[virtual] |
virtual void cv::OneWayDescriptorMatcher::knnMatchImpl |
( |
const Mat & |
queryImage, |
|
|
vector< KeyPoint > & |
queryKeypoints, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
int |
k, |
|
|
const vector< Mat > & |
masks, |
|
|
bool |
compactResult |
|
) |
| [protected, virtual] |
virtual void cv::OneWayDescriptorMatcher::radiusMatchImpl |
( |
const Mat & |
queryImage, |
|
|
vector< KeyPoint > & |
queryKeypoints, |
|
|
vector< vector< DMatch > > & |
matches, |
|
|
float |
maxDistance, |
|
|
const vector< Mat > & |
masks, |
|
|
bool |
compactResult |
|
) |
| [protected, virtual] |
virtual void cv::OneWayDescriptorMatcher::read |
( |
const FileNode & |
fn ) |
[virtual] |
virtual void cv::OneWayDescriptorMatcher::train |
( |
) |
[virtual] |
virtual void cv::OneWayDescriptorMatcher::write |
( |
FileStorage & |
fs ) |
const [virtual] |
Member Data Documentation
The documentation for this class was generated from the following file:
- /usr/obj/i386/OpenCV-2.2.0/OpenCV-2.2.0/modules/features2d/include/opencv2/features2d/features2d.hpp