#include <howardMatcher.h>
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 |
Definition at line 10 of file howardMatcher.h.
HowardDescriptorExtractor::HowardDescriptorExtractor | ( | int | _neighborhoodSize = 7 | ) |
Definition at line 14 of file howardMatcher.cpp.
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.
int HowardDescriptorExtractor::descriptorSize | ( | ) | const [virtual] |
Definition at line 29 of file howardMatcher.cpp.
int HowardDescriptorExtractor::descriptorType | ( | ) | const [virtual] |
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.
int pe::HowardDescriptorExtractor::neighborhoodSize [protected] |
Definition at line 20 of file howardMatcher.h.