Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Feature::HarrisLaplaceDetector Class Reference

#include <HarrisLaplaceDetector.h>

List of all members.

Public Types

typedef Array::Array2dScalarReal64 Array2dScalarReal64
typedef Array::Array2dVec3UInt8 Array2dVec3UInt8
typedef Array::Array2dVec3Real64 Array2dVec3Real64
typedef std::vector< MyPoint * > MyPointList
typedef std::back_insert_iterator<
MyPointList
MyPointListBI

Public Member Functions

 HarrisLaplaceDetector (bool useRecGauss=false)
void DoMaxPoints (Array2dScalarReal64 *src, MyPointListBI pListBI, Real64 harrisThreshold)
void harrisCornerDetector (MyPointList &pointList, Array2dScalarReal64 *imIntensity, Real64 sigmaN, Real64 harrisK, Real64 harrisThreshold)
template<class SrcArrayT>
void harrisCornerDetector (MyPointList &pointList, SrcArrayT *imColor, Real64 sigmaN, Real64 harrisK, Real64 harrisThreshold)
template<class SrcArrayT>
void laplacianScaleSelection (PointDescriptorTable *output, SrcArrayT *imIntensity, MyPointList &pointList, Real64 laplaceThreshold)
void BoostImage (Array2dVec3Real64 *&output, Array2dVec3UInt8 *input, Real64 w1, Real64 w2, Real64 w3)
PointDescriptorTableCHLDetector (Array2dVec3UInt8 *input, Real64 harrisThreshold, Real64 harrisK, Real64 laplaceThreshold)
template<class SrcArrayT>
PointDescriptorTableHLDetector (SrcArrayT *input, Real64 harrisThreshold, Real64 harrisK, Real64 laplaceThreshold)

Public Attributes

Real64 mPrecision
Real64 mSigmaA
bool mUseRecGauss
bool mBackwardsCompatible
 ILOG_VAR_DEC

Classes

class  ExportPoints
class  MyPoint


Detailed Description

Definition at line 35 of file HarrisLaplaceDetector.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:09:40 2010 for ImpalaSrc by  doxygen 1.5.1