16 #ifndef __IPSDKIPLATTRIBUTES_RANDOMFORESTFEATURE_H__ 17 #define __IPSDKIPLATTRIBUTES_RANDOMFORESTFEATURE_H__ 77 #endif // __IPSDKIPLATTRIBUTES_RANDOMFORESTFEATURE_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
eRandomForestFeaturesType
Enumerate describing random forest features type.
Definition: RandomForestTypes.h:43
Random forest feature type is gaussian smoothing.
Definition: RandomForestTypes.h:45
boost::shared_ptr< ipsdk::imaproc::attr::RandomForestFeature > RandomForestFeaturePtr
shared pointer to ipsdk::imaproc::RandomForestFeature
Definition: RandomForestFeature.h:188
Definition of import/export macro for library.
Predefined types for random forest classification.
std::vector< RandomForestFeatureConstPtr > RandomForestFeatureConstColl
Collection of ipsdk::imaproc::RandomForestFeatureConstPtr.
Definition: RandomForestFeature.h:200
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
std::vector< RandomForestFeaturePtr > RandomForestFeatureColl
Collection of ipsdk::imaproc::RandomForestFeaturePtr.
Definition: RandomForestFeature.h:196
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestFeaturePtr createRandomForestFeature(const eRandomForestFeaturesType type, const ipsdk::ipUInt16 paramX, const ipsdk::ipUInt16 paramY, const ipsdk::ipUInt16 paramZ, const ipsdk::ipReal32 zoom)
function allowing to create a random forest feature from its parameters
boost::shared_ptr< const ipsdk::imaproc::attr::RandomForestFeature > RandomForestFeatureConstPtr
shared pointer to const ipsdk::imaproc::RandomForestFeature
Definition: RandomForestFeature.h:192