16 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTMODEL_H__ 17 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTMODEL_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForestFeatureList.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RandomForest.h> 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