Leaper Vision Toolkit
中文 / English 2.x
LDataBlob Class Reference
Inheritance diagram for LDataBlob:
ILDataBlob ILObject

Additional Inherited Members

- Public Member Functions inherited from ILDataBlob
double GetFeature (LPVDataBlobFeatures feature, LPVAggregation aggType)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILDataBlob
ILDataList DataList [get]
 The data list in the data blob.
 
int EndIndex [get]
 The end index of the data blob(in the original data list)
 
int MaxIndex [get]
 The index of the maximum element(in the original data list)
 
int MinIndex [get]
 The index of the minimum element(in the original data list)
 
int StartIndex [get]
 The start index of the data blob(in the original data list)
 
- Properties inherited from ILObject
LString Name [get, set]
 Name of the object. By default, the object has no name.
In most cases, LPV classes don't make use of the names.
The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More...
 

Detailed Description

This class implements the interface ILDataBlob, and is used to create an instance of data blob.