Public Member Functions | Protected Member Functions | Protected Attributes
VirtualFeatureDetector Class Reference

Virtual feature detector for OpenCV feature2d framework. More...

#include <feature_matching.h>

Inheritance diagram for VirtualFeatureDetector:
Inheritance graph
[legend]

List of all members.

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW VirtualFeatureDetector (const IdxPoint2dVec &_points)

Protected Member Functions

virtual void detectImpl (const cv::Mat &image, vector< cv::KeyPoint > &keypoints, const cv::Mat &mask) const

Protected Attributes

IdxPoint2dVec points

Detailed Description

Virtual feature detector for OpenCV feature2d framework.

Dummy feature detector that detects features on positions in the imaging surface coordinates that are specified in the constructor.

See also:
VirtualDescriptorExtractor
VirtualDescriptorMatcher

Definition at line 51 of file feature_matching.h.


Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW VirtualFeatureDetector::VirtualFeatureDetector ( const IdxPoint2dVec _points) [inline]
Parameters:
_pointspoints on the imaging surface to detect.

Definition at line 65 of file feature_matching.h.


Member Function Documentation

void VirtualFeatureDetector::detectImpl ( const cv::Mat &  image,
vector< cv::KeyPoint > &  keypoints,
const cv::Mat &  mask 
) const [protected, virtual]
Postcondition:
For the purposes of computing virtual descriptors, class_id field of the cv::KeyPoint is set to the index of the corresponding point in the container of coordinates given at construction.

Definition at line 44 of file feature_matching.cpp.


Member Data Documentation

Definition at line 53 of file feature_matching.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pose_estimation
Author(s): Jiri Divis/jiridivis@gmail.com
autogenerated on Wed Mar 27 2013 21:00:16