![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Describes random forest feature. More...
Classes | |
| class | ipsdk::imaproc::attr::RandomForestFeature |
| Describes random forest feature. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::RandomForestFeature > | ipsdk::imaproc::attr::RandomForestFeaturePtr |
| shared pointer to ipsdk::imaproc::RandomForestFeature | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::RandomForestFeature > | ipsdk::imaproc::attr::RandomForestFeatureConstPtr |
| shared pointer to const ipsdk::imaproc::RandomForestFeature | |
| typedef std::vector< RandomForestFeaturePtr > | ipsdk::imaproc::attr::RandomForestFeatureColl |
| Collection of ipsdk::imaproc::RandomForestFeaturePtr. | |
| typedef std::vector< RandomForestFeatureConstPtr > | ipsdk::imaproc::attr::RandomForestFeatureConstColl |
| Collection of ipsdk::imaproc::RandomForestFeatureConstPtr. | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestFeaturePtr | ipsdk::imaproc::attr::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 | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestModelPtr | ipsdk::imaproc::attr::createRandomForestModel () |
| function allowing to create an empty random forest model | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::RandomForestTreePtr | ipsdk::imaproc::attr::createRandomForestTree () |
| function allowing to create an empty random forest tree | |
Describes random forest feature.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Type | Feature's type. | ipsdk::DataItemEnumLeaf<eRandomForestFeaturesType> | eRandomForestFeaturesType::eRFFT_GaussianSmoothing |
| ParamX | Half size or translation along X direction. | ipsdk::DataItemLeaf<ipsdk::ipUInt16> | |
| ParamY | Half size or translation along Y direction. | ipsdk::DataItemLeaf<ipsdk::ipUInt16> | |
| ParamZ | Half size or translation along Z direction. | ipsdk::DataItemLeaf<ipsdk::ipUInt16> | |
| Zoom | Resolution of the feature. | ipsdk::DataItemLeaf<ipsdk::ipReal32> |
1.8.14