IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RandomForestModel.h
1 // RandomForestModel.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTMODEL_H__
17 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTMODEL_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForestFeatureList.h>
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForest.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace attr {
27 
33 
34 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, RandomForestModel,
36  ((NODE)(RandomForest)(ipsdk::imaproc::attr::RandomForest)))
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::RandomForestModel> RandomForestModelPtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::RandomForestModel> RandomForestModelConstPtr;
49 
54 
57 
58 } // end of namespace attr
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLATTRIBUTES_RANDOMFORESTMODEL_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestModelPtr createRandomForestModel()
function allowing to create an empty random forest model
boost::shared_ptr< const ipsdk::imaproc::attr::RandomForestModel > RandomForestModelConstPtr
shared pointer to const ipsdk::imaproc::RandomForestModel
Definition: RandomForestModel.h:124
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::RandomForestModel > RandomForestModelPtr
shared pointer to ipsdk::imaproc::RandomForestModel
Definition: RandomForestModel.h:120
Random forest.
Definition: RandomForest.h:55
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
List of features used for random forest pixel classification.
Definition: RandomForestFeatureList.h:60