RandomFilter Class Reference

A random filter for extracted keypoints. Intended as a benchmark. More...

#include <KeypointFilter.h>

Inheritance diagram for RandomFilter:
KeypointFilter

List of all members.

Public Member Functions

 RandomFilter ()
bool IsLoaded () const
bool LoadFilter (int size=0)
void FilterDescriptors (const vector< cv::KeyPoint > &keyps, const cv::Mat &descs)

Detailed Description

A random filter for extracted keypoints. Intended as a benchmark.


Constructor & Destructor Documentation

RandomFilter::RandomFilter (  )  [inline]

Constructor.


Member Function Documentation

void RandomFilter::FilterDescriptors ( const vector< cv::KeyPoint > &  keyps,
const cv::Mat &  descs 
) [virtual]

Filters the descriptors in ObjectDetection.imageDescriptors using the random number generator.

Note that ObjectDetection.imageDescriptors is not changed, but rather the results are stored at keypoint_ok.

Implements KeypointFilter.

bool RandomFilter::IsLoaded (  )  const [inline, virtual]

The random filter is always loaded and ready to be used.

Implements KeypointFilter.

bool RandomFilter::LoadFilter ( int  size = 0  )  [virtual]

The random filter is always loaded and ready to be used.

Implements KeypointFilter.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Defines

Generated on 16 Jan 2014 for ObjectDetection by  doxygen 1.6.1