Classes | Public Member Functions | Private Attributes
ParallelSurfExtractor Class Reference

#include <ParallelSurfExtractor.h>

Inheritance diagram for ParallelSurfExtractor:
Inheritance graph
[legend]

List of all members.

Classes

class  KeyPointVectInsertor

Public Member Functions

virtual void getKeyPoints (std::vector< KeyPoint > &keyPoints)
 detect keypoints and assign orientation and descriptor
virtual std::string getName ()
ParallelSurfExtractoroperator= (const ParallelSurfExtractor &other)
 Assignment operator.
 ParallelSurfExtractor (int numThreads=0)
 Default constructor. Reads the SURF parameters from the configuration file.
 ParallelSurfExtractor (const ParallelSurfExtractor &other)
 Copy constructor.
virtual void setImage (const cv::Mat &image)
 Copy the given image for later feature extraction.
virtual ~ParallelSurfExtractor ()
 The destructor.

Private Attributes

parallelsurf::Imagem_IntegralImage
boost::threadpool::poolm_ThreadPool

Detailed Description

Definition at line 33 of file ParallelSurfExtractor.h.


Constructor & Destructor Documentation

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

Copy constructor.

The destructor.


Member Function Documentation

virtual void ParallelSurfExtractor::getKeyPoints ( std::vector< KeyPoint > &  keyPoints) [virtual]

detect keypoints and assign orientation and descriptor

Implements KeyPointExtractor.

virtual std::string ParallelSurfExtractor::getName ( ) [virtual]

Implements KeyPointExtractor.

ParallelSurfExtractor& ParallelSurfExtractor::operator= ( const ParallelSurfExtractor other)

Assignment operator.

virtual void ParallelSurfExtractor::setImage ( const cv::Mat &  image) [virtual]

Copy the given image for later feature extraction.

Implements KeyPointExtractor.


Member Data Documentation

Definition at line 59 of file ParallelSurfExtractor.h.

Definition at line 61 of file ParallelSurfExtractor.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