|
Public Member Functions |
| | KernelMatrixLocator () |
| | KernelMatrixLocator (CString protocolAndHost, CString dataSet, bool isIndex, CString walkType, CString annoSet, String model, String feature, CString container) |
| | KernelMatrixLocator (CString dataSet, bool isIndex, CString walkType, CString annoSet, String model, String feature, CString container, CmdOptions &options) |
| | KernelMatrixLocator (const Locator &base, bool isIndex, CString walkType, CString annoSet, String model, String feature, CString container) |
| virtual | ~KernelMatrixLocator () |
| bool | GetIsIndex () const |
| String | GetTopString () const |
| String | GetWalkType () const |
| void | SetWalkType (CString walkType) |
| String | GetAnnoSet () const |
| String | GetFeatureIndexCat () const |
| void | SetFeatureIndexCat (CString featureIndexCat) |
| String | GetModel () const |
| String | GetFeature () const |
| String | GetContainer () const |
| void | SetContainer (CString container) |
| int | GetStartNode () const |
| void | SetStartNode (int node) |
| int | GetNodeCount () const |
| void | SetNodeCount (int count) |
| int | GetDoParts () const |
| void | SetDoParts (int mode) |
| bool | GetEmployReal32 () const |
| void | SetEmployReal32 (bool flag) |
| bool | GetWriteReal32 () const |
| void | SetWriteReal32 (bool flag) |
| int | GetIncrement () const |
| void | SetIncrement (int val) |
| String | ToString () const |
Private Attributes |
| bool | mIsIndex |
| String | mWalkType |
| String | mAnnoSet |
| String | mFeatureIndexCat |
| String | mModel |
| String | mFeature |
| String | mContainer |
| int | mStartNode |
| int | mNodeCount |
| int | mDoParts |
| bool | mEmployReal32 |
| bool | mWriteReal32 |
| int | mIncrement |
| | ILOG_VAR_DEC |
Old version: PrecomputedKernels [annoSet.txt] feature.* KernelData walkType annoSet.txt feature container feature.tab
New version (as of nov 2010): KernelIndex annoSet.txt [featureIndexCat] model feature feature.* KernelData walkType annoSet.txt [featureIndexCat] model feature container feature.tab
container is typically: i) the (unique) name of a video or ii) the (unique) leaf directory holding image files