#include <FeatureLocator.h>
Inheritance diagram for Impala::Persistency::FeatureLocator:


Public Types | |
| typedef Core::Feature::FeatureDefinition | FeatureDefinition |
Public Member Functions | |
| FeatureLocator () | |
| FeatureLocator (CString protocolAndHost, CString dataSet, bool isCodebook, bool isIndex, CString walkType, String featureString, CString container) | |
| FeatureLocator (CString dataSet, bool isCodebook, bool isIndex, CString walkType, String featureString, CString container, CmdOptions &options) | |
| FeatureLocator (const Locator &base, bool isCodebook, bool isIndex, CString walkType, String featureString, CString container) | |
| virtual | ~FeatureLocator () |
| bool | GetIsCodebook () const |
| bool | GetIsIndex () const |
| String | GetTopString () const |
| String | GetWalkType () const |
| String | GetFeatureString () const |
| void | SetFeatureString (CString featureString) |
| FeatureDefinition | GetFeatureDef () const |
| void | SetFeatureDef (FeatureDefinition def) |
| String | GetFeatureName () const |
| String | GetContainer () const |
| void | SetContainer (CString container) |
| bool | GetIsPartial () const |
| int | GetNumberFrames () const |
| void | SetNumberFrames (int number) |
| int | GetStartFrame () const |
| void | SetStartFrame (int number) |
| String | ToString () const |
Private Member Functions | |
| void | Init () |
Private Attributes | |
| bool | mIsCodebook |
| bool | mIsIndex |
| String | mWalkType |
| String | mFeatureString |
| String | mContainer |
| FeatureDefinition | mFeatureDef |
| int | mNumberFrames |
| int | mStartFrame |
| ILOG_VAR_DEC | |
walkType is typically empty or "." for imagesets container is typically: i) the (unique) name of a video or ii) the (unique) leaf directory holding image files featureString may represent: i) a single feature ii) a list of features separated by ';' iii) a .txt "reference" to a "container" of a list of features
Definition at line 24 of file FeatureLocator.h.
1.5.1