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

Impala::Core::VideoSet::LbpEval Class Reference

#include <LbpEval.h>

Inheritance diagram for Impala::Core::VideoSet::LbpEval:

Inheritance graph
[legend]
Collaboration diagram for Impala::Core::VideoSet::LbpEval:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Persistency::FeatureLocator FeatureLocator

Public Member Functions

 LbpEval (Reporter *reporter, CmdOptions &options)
virtual ~LbpEval ()
virtual void HandleNewWalkPartial (VideoSet *vs, int startFrame, int stepSize, int numberFrames)
 Start of a "normal" walk on a part of the video.
virtual void HandleNewWalk (VideoSet *vs, String walkType)
 Start of any walk, identifying the type of walk (Frames/Keyframes/.
virtual void HandleNewFrame (VideoSet *vs, int fileId, Stream::RgbDataSrc *src)
 Arrived at a new frame in a "normal" walk.
virtual void HandleDoneFile (VideoSet *vs, int fileId, Stream::RgbDataSrc *src)
 Completed given DB_FILE in a "normal" walk.
virtual void HandleDoneWalk (VideoSet *vs)
 End of a "normal" walk.

Private Member Functions

void GetRectangles (std::vector< Geometry::Rectangle > &rects, int width, int height, int border)
Feature::FeatureDefinition GetDefinition (int samples, double radius)

Private Attributes

int mGridHeight
int mGridWidth
bool mDoMSF
int ** mMaps
Feature::FeatureTableSetmTableSet
FeatureLocator mLoc
 ILOG_VAR_DEC

Detailed Description

Todo:
refactor this -> LpbEval should be split, there is duplication of code in ProtoSimilarityEval. Make a baseclass for Feature::Computor and derive an Lbp computor thereof.

Definition at line 186 of file LbpEval.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 13 09:22:02 2011 for ImpalaSrc by  doxygen 1.5.1