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

Additional Inherited Members

- Public Member Functions inherited from ILSample
void Set (ILImage *img, ILRegion *sampleRegion)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILSample
LString FolderPath [get]
 The folder path of the sample.
It's assigned when the sample is loaded in the database or from a specified file path, for the new created standalone sample, it's empty.
 
LString FullPath [get]
 The full path of the sample, which is the composition of FolderPath and Name.
 
ILImage Image [get]
 The image attached to the sample.
 
LString Name [get]
 The unique name of the sample, which is the formatted timestamp and also used as the serialized file name.
 
ILRegion Region [get]
 The region attached to the sample, could be null.
 
- 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 ILSample, and is used to create an instance of sample.