Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 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
ReportermReporter
String mWalkType
bool mIsPartial
bool mDoMSF
int mStartFrame
int ** mMaps
Feature::FeatureTableSetmTableSet
 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 185 of file LbpEval.h.


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