|
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 |
| void | SetWalkType (CString walkType) |
| 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) |
| bool | GetUseBroadcast () const |
| void | SetUseBroadcast (bool flag) |
| String | GetSuffix () const |
| void | SetSuffix (CString suffix) |
| void | ExtendSuffix (CString suffix) |
| String | ToString () const |
Private Member Functions |
| void | Init () |
Private Attributes |
| bool | mIsCodebook |
| bool | mIsIndex |
| String | mWalkType |
| String | mFeatureString |
| String | mContainer |
| FeatureDefinition | mFeatureDef |
| String | mSuffix |
| int | mNumberFrames |
| int | mStartFrame |
| bool | mUseBroadcast |
| | 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