Extracts keypoints and their SURF features from an image. More...
#include <OrigSurfExtractor.h>
Public Member Functions | |
virtual void | getKeyPoints (std::vector< KeyPoint > &keyPoints) |
detect keypoints and assign orientation and descriptor | |
virtual std::string | getName () |
OrigSurfExtractor & | operator= (const OrigSurfExtractor &other) |
Assignment operator. | |
OrigSurfExtractor () | |
Default constructor. Reads the SURF parameters from the configuration file. | |
OrigSurfExtractor (const OrigSurfExtractor &other) | |
Copy constructor. | |
virtual void | setImage (const puma2::GrayLevelImage8 &pumaImage) |
Copy the given image for later feature extraction. | |
virtual void | setImage (const puma2::ColorImageRGB8 &pumaImage) |
Copy the given image for later feature extraction. | |
virtual | ~OrigSurfExtractor () |
The destructor. | |
Private Attributes | |
surf::Image * | m_IntegralImage |
Extracts keypoints and their SURF features from an image.
Definition at line 39 of file OrigSurfExtractor.h.
Default constructor. Reads the SURF parameters from the configuration file.
OrigSurfExtractor::OrigSurfExtractor | ( | const OrigSurfExtractor & | other | ) |
Copy constructor.
virtual OrigSurfExtractor::~OrigSurfExtractor | ( | ) | [virtual] |
The destructor.
virtual void OrigSurfExtractor::getKeyPoints | ( | std::vector< KeyPoint > & | keyPoints | ) | [virtual] |
detect keypoints and assign orientation and descriptor
Implements KeyPointExtractor.
virtual std::string OrigSurfExtractor::getName | ( | ) | [virtual] |
Implements KeyPointExtractor.
OrigSurfExtractor& OrigSurfExtractor::operator= | ( | const OrigSurfExtractor & | other | ) |
Assignment operator.
virtual void OrigSurfExtractor::setImage | ( | const puma2::GrayLevelImage8 & | pumaImage | ) | [virtual] |
Copy the given image for later feature extraction.
virtual void OrigSurfExtractor::setImage | ( | const puma2::ColorImageRGB8 & | pumaImage | ) | [virtual] |
Copy the given image for later feature extraction.
surf::Image* OrigSurfExtractor::m_IntegralImage [private] |
Definition at line 68 of file OrigSurfExtractor.h.