HessianFilter Class Reference

A filter based on hessian values for extracted keypoints. More...

#include <KeypointFilter.h>

Inheritance diagram for HessianFilter:
KeypointFilter

List of all members.

Public Member Functions

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

Detailed Description

A filter based on hessian values for extracted keypoints.


Constructor & Destructor Documentation

HessianFilter::HessianFilter (  )  [inline]

Constructor.


Member Function Documentation

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

Filters the descriptors in ObjectDetection.imageKeypoints using the keypoints' hessian values.

Note that ObjectDetection.imageKeypoints is not changed, but rather the results are stored at keypoint_ok. Note that unlike other filters, this uses ObjectDetection.imageKeypoints, not ObjectDetection.imageDescriptors.

Implements KeypointFilter.

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

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

Implements KeypointFilter.

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

The hessian 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