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