Leaper Vision Toolkit
中文 / English 2.x
LFeature类 参考
类 LFeature 继承关系图:
ILFeature ILParameterized ILObject

额外继承的成员函数

- Public 成员函数 继承自 ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- 属性 继承自 ILFeature
BOOL Enabled [get, set]
 是否启用特征。禁用的特征在特征提取过程中将被跳过。
 
LPVFeatureType Type [get, set]
 特征的类型。更改特征类型将重置当前特征为默认设置。
 
- 属性 继承自 ILParameterized
BOOL ParamBool (LString paramName) [get, set]
 布尔型参数
 
double ParamF (LString paramName) [get, set]
 浮点型参数
 
int ParamI (LString paramName) [get, set]
 整型参数
 
LSize ParamSize (LString paramName) [get, set]
 尺寸型参数
 
- 属性 继承自 ILObject
LString Name [get, set]
 对象的名称,默认为空。
大多数情况下,LPV 算法类并不使用这个名称。
ILDrawable::SetDrawName() 启用,该名称将被绘制在对象的附近 更多...
 

详细描述

该类实现了 ILFeature 接口, 用于创建图像特征的实例