15 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTTYPES_H__ 16 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTTYPES_H__ 51 IPSDK_ENUM(eRandomForestTreeNodeType,
62 #endif // __IPSDKIPLATTRIBUTES_RANDOMFORESTTYPES_H__ eRandomForestFeaturesType
Enumerate describing random forest features type.
Definition: RandomForestTypes.h:43
Random forest feature type is variance.
Definition: RandomForestTypes.h:53
Random forest feature type is dilation (kept for backward compatibility)
Definition: RandomForestTypes.h:63
Random forest feature type is gaussian smoothing.
Definition: RandomForestTypes.h:45
Compute 3D features.
Definition: RandomForestTypes.h:35
Random forest feature type is mean smoothing.
Definition: RandomForestTypes.h:47
Random forest feature type is opening.
Definition: RandomForestTypes.h:59
Random forest feature type is dilation.
Definition: RandomForestTypes.h:57
Random forest feature type is erosion.
Definition: RandomForestTypes.h:55
Random forest feature type is high pass.
Definition: RandomForestTypes.h:51
Compute 2D features.
Definition: RandomForestTypes.h:33
Random forest feature type is closing.
Definition: RandomForestTypes.h:61
eRandomForestFeaturesDimension
Enumerate describing random forest dimension.
Definition: RandomForestTypes.h:31
Random forest feature type is Laplacian.
Definition: RandomForestTypes.h:49
#define IPSDK_ENUM(enumTypeStr, enumSeq)