Public Member Functions | Protected Member Functions | Protected Attributes
pe::HowardDescriptorExtractor Class Reference

#include <howardMatcher.h>

List of all members.

Public Member Functions

virtual int descriptorSize () const
virtual int descriptorType () const
 HowardDescriptorExtractor (int _neighborhoodSize=7)
virtual void read (const cv::FileNode &fn)
virtual void write (cv::FileStorage &fs) const

Protected Member Functions

virtual void computeImpl (const cv::Mat &image, std::vector< cv::KeyPoint > &keypoints, cv::Mat &descriptors) const

Protected Attributes

int neighborhoodSize

Detailed Description

Definition at line 10 of file howardMatcher.h.


Constructor & Destructor Documentation

Definition at line 14 of file howardMatcher.cpp.


Member Function Documentation

void HowardDescriptorExtractor::computeImpl ( const cv::Mat &  image,
std::vector< cv::KeyPoint > &  keypoints,
cv::Mat &  descriptors 
) const [protected, virtual]

Definition at line 39 of file howardMatcher.cpp.

Definition at line 29 of file howardMatcher.cpp.

Definition at line 34 of file howardMatcher.cpp.

void HowardDescriptorExtractor::read ( const cv::FileNode &  fn) [virtual]

Definition at line 19 of file howardMatcher.cpp.

void HowardDescriptorExtractor::write ( cv::FileStorage &  fs) const [virtual]

Definition at line 24 of file howardMatcher.cpp.


Member Data Documentation

Definition at line 20 of file howardMatcher.h.


The documentation for this class was generated from the following files:


posest
Author(s): Kurt Konolige
autogenerated on Thu Jan 2 2014 12:12:17