Leaper Vision Toolkit
中文 / English 2.x
Properties
ILParameterized Interface Reference

This interface provide parameterized interface for the machine learning feature and model objects. More...

Inheritance diagram for ILParameterized:
ILObject ILFeature ILModel LFeature LModel

Properties

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.
 

Additional Inherited Members

- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 

Detailed Description

This interface provide parameterized interface for the machine learning feature and model objects.

This is a base interface for the feature LFeature and model LModel object, which is used for parameters' tuning and serialization.

For the individual parameter's naming, usage and limitation, you may check the detailed table in feature and model page.