Leaper Vision Toolkit
中文 / English 2.x
LFeature Class Reference
Inheritance diagram for LFeature:
ILFeature ILParameterized ILObject

Additional Inherited Members

- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILFeature
BOOL Enabled [get, set]
 Whether the feature is enabled. The disabled feature is skipped in feature extraction.
 
LPVFeatureType Type [get, set]
 The type of the feature. Changing the type will reset the feature to default.
 
- Properties inherited from ILParameterized
BOOL ParamBool (LString paramName) [get, set]
 The boolean parameter.
 
double ParamF (LString paramName) [get, set]
 The floating double parameter.
 
int ParamI (LString paramName) [get, set]
 The integer parameter.
 
LSize ParamSize (LString paramName) [get, set]
 The size parameter.
 
- 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 ILFeature, and is used to create an instance of image feature.