IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RandomForestTypes.h
Go to the documentation of this file.
1 // RandomForestTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
30  (eRFFD_2d)
32 )
33 
34 IPSDK_ENUM(eRandomForestFeaturesType,
42  (eRFFT_Erosion)
44  (eRFFT_Opening)
47 )
48 
51 IPSDK_ENUM(eRandomForestTreeNodeType,
52  (eRFTNT_Node)
53  (eRFTNT_Leaf)
54 )
57 
58 } // end of namespace attr
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
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)