Public Member Functions | Private Attributes
OrigSurfExtractor Class Reference

Extracts keypoints and their SURF features from an image. More...

#include <OrigSurfExtractor.h>

Inheritance diagram for OrigSurfExtractor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void getKeyPoints (std::vector< KeyPoint > &keyPoints)
 detect keypoints and assign orientation and descriptor
virtual std::string getName ()
OrigSurfExtractoroperator= (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

Detailed Description

Extracts keypoints and their SURF features from an image.

Author:
David Gossow (RX)

Definition at line 39 of file OrigSurfExtractor.h.


Constructor & Destructor Documentation

Default constructor. Reads the SURF parameters from the configuration file.

Copy constructor.

The destructor.


Member Function Documentation

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.


Member Data Documentation

surf::Image* OrigSurfExtractor::m_IntegralImage [private]

Definition at line 68 of file OrigSurfExtractor.h.


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


or_libs
Author(s): raphael
autogenerated on Mon Oct 6 2014 02:53:18