![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
List of features used for random forest pixel classification. More...
#include <RandomForestFeatureList.h>
Public Member Functions | |
| const std::string & | getObjectName () const |
| method allowing to retrieve object name | |
| const std::string & | getToolTip () const |
| method allowing to retrieve object tooltip | |
| const boost::filesystem::path | getHeaderPath () const |
| retrieve relative header path associated to data item node | |
| const std::string | getLibraryName () const |
| retrieve library name associated data item node | |
| const ipsdk::ItemNames & | getItemIds () const |
| retrieve item associated to a given id More... | |
| ~RandomForestFeatureList () | |
| public destructor | |
| void | setDimension (eRandomForestFeaturesDimension) |
| void | setMaxShift (ipsdk::ipUInt16) |
| void | setNbChannels (ipsdk::ipUInt16) |
| void | addFeature (const RandomForestFeaturePtr pFeature) |
Methods associated to sub node Dimension | |
| template<> | |
| const ipsdk::DataItemLeaf< eRandomForestFeaturesDimension > & | getNode () const |
| access to sub node Dimension | |
| template<> | |
| ipsdk::DataItemLeaf< eRandomForestFeaturesDimension > & | get () |
| access to sub node Dimension | |
| template<> | |
| const eRandomForestFeaturesDimension & | getValue () const |
| access to value for sub node Dimension | |
| template<> | |
| void | setValue (const eRandomForestFeaturesDimension &value) |
| access to value for sub node Dimension | |
Methods associated to sub node MaxShift | |
| template<> | |
| const ipsdk::DataItemLeaf< ipsdk::ipUInt16 > & | getNode () const |
| access to sub node MaxShift | |
| template<> | |
| ipsdk::DataItemLeaf< ipsdk::ipUInt16 > & | get () |
| access to sub node MaxShift | |
| template<> | |
| const ipsdk::ipUInt16 & | getValue () const |
| access to value for sub node MaxShift | |
| template<> | |
| void | setValue (const ipsdk::ipUInt16 &value) |
| access to value for sub node MaxShift | |
Methods associated to sub node NbChannels | |
| template<> | |
| const ipsdk::DataItemLeaf< ipsdk::ipUInt16 > & | getNode () const |
| access to sub node NbChannels | |
| template<> | |
| ipsdk::DataItemLeaf< ipsdk::ipUInt16 > & | get () |
| access to sub node NbChannels | |
| template<> | |
| const ipsdk::ipUInt16 & | getValue () const |
| access to value for sub node NbChannels | |
| template<> | |
| void | setValue (const ipsdk::ipUInt16 &value) |
| access to value for sub node NbChannels | |
Methods associated to sub node FeatureColl | |
| template<> | |
| const ipsdk::DataItemNodeColl< ipsdk::imaproc::attr::RandomForestFeature > & | getNode () const |
| access to sub node FeatureColl | |
| template<> | |
| ipsdk::DataItemNodeColl< ipsdk::imaproc::attr::RandomForestFeature > & | get () |
| access to sub node FeatureColl | |
| template<> | |
| const std::vector< ipsdk::imaproc::attr::RandomForestFeature > & | getNodeColl () const |
| access to node collection for sub node FeatureColl | |
| template<> | |
| bool | isEmpty () const |
| check wether collection is empty for sub node FeatureColl | |
| template<> | |
| ipsdk::ipUInt32 | getSize () const |
| retrieve collection size for sub node FeatureColl | |
| const ipsdk::imaproc::attr::RandomForestFeature & | getNode (const ipsdk::ipUInt32 nodeIdx) const |
| retrieve node associated to given index for sub node FeatureColl More... | |
| ipsdk::imaproc::attr::RandomForestFeature & | getNode (const ipsdk::ipUInt32 nodeIdx) |
| retrieve node associated to given index for sub node FeatureColl More... | |
| template<> | |
| void | push_back (const boost::shared_ptr< ipsdk::imaproc::attr::RandomForestFeature > &pItemNode) |
| push back a new element into collection for sub node FeatureColl More... | |
| template<> | |
| void | clear () |
| remove all items from collection for sub node FeatureColl | |
Public Member Functions inherited from ipsdk::BaseDataItemNode | |
| eDataItemType | getDataItemType () const |
| bool | existsItem (const std::string &itemId) const |
| const BaseDataItem & | getItem (const std::string &itemId) const |
| const std::string & | getItemName (const std::string &itemId) const |
| const std::string & | getItemToolTip (const std::string &itemId) const |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| virtual BaseDynamicObject * | createNew () const=0 |
| virtual DynamicObjectPtr | createShared () const=0 |
| virtual bool | hasCopySupport () const=0 |
| virtual BaseDynamicObject * | duplicate () const=0 |
| virtual DynamicObjectPtr | duplicateShared () const=0 |
Static Public Member Functions | |
| static const std::string & | getObjectNameStr () |
| method allowing to retrieve object name | |
| static const std::string & | getToolTipStr () |
| method allowing to retrieve object tooltip | |
| static const boost::filesystem::path | getHeaderPathStr () |
| retrieve relative header path associated to data item node | |
| static const std::string | getLibraryNameStr () |
| retrieve library name associated data item node | |
| static boost::shared_ptr< RandomForestFeatureList > | createNode () |
| node creation function | |
Static Public Member Functions inherited from ipsdk::BaseSerializationObject | |
| static ipUInt32 | getVersion () |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
Static Public Attributes | |
| static const ipsdk::ipUInt32 | g_nbChildNodes |
| number of child nodes associated to object | |
Static Public Attributes inherited from ipsdk::BaseDataItemNode | |
| static const bool | g_bIsColl |
| static const bool | g_bNode |
| static const bool | g_bLeaf |
| static const eDataItemType::domain | g_itemType |
Protected Member Functions | |
| RandomForestFeatureList () | |
| protected constructor | |
Protected Member Functions inherited from ipsdk::BaseDataItemNode | |
| virtual ItemInfoPtr | getItemInfo (const std::string &itemId) const=0 |
Protected Member Functions inherited from ipsdk::BaseSerializationObject | |
| virtual BoolResult | write (BaseOArchive &ar) const |
| virtual BoolResult | read (BaseIArchive &ar) |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
Additional Inherited Members | |
Protected Types inherited from ipsdk::BaseDataItemNode | |
| typedef boost::shared_ptr< ItemInfo > | ItemInfoPtr |
List of features used for random forest pixel classification.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Dimension | Dimension used for computing features. | ipsdk::DataItemEnumLeaf<eRandomForestFeaturesDimension> | eRandomForestFeaturesDimension::eRFFD_2d |
| MaxShift | Maximum shift needed for computing features. | ipsdk::DataItemLeaf<ipsdk::ipUInt16> | |
| NbChannels | Number of channels used for computing features. | ipsdk::DataItemLeaf<ipsdk::ipUInt16> | |
| FeatureColl | Collection of random forest features. | ipsdk::DataItemNodeColl<ipsdk::imaproc::attr::RandomForestFeature> |
|
virtual |
retrieve item associated to a given id
| ipsdk::IPSDKBaseDataException | if existsItem(itemName) == false |
Implements ipsdk::BaseDataItemNode.
| const ipsdk::imaproc::attr::RandomForestFeature& ipsdk::imaproc::attr::RandomForestFeatureList::getNode | ( | const ipsdk::ipUInt32 | nodeIdx | ) | const |
retrieve node associated to given index for sub node FeatureColl
| ipsdk::IPSDKBaseDataException | if nodeIdx >= getSize() |
| ipsdk::imaproc::attr::RandomForestFeature& ipsdk::imaproc::attr::RandomForestFeatureList::getNode | ( | const ipsdk::ipUInt32 | nodeIdx | ) |
retrieve node associated to given index for sub node FeatureColl
| ipsdk::IPSDKBaseDataException | if nodeIdx >= getSize() |
| void ipsdk::imaproc::attr::RandomForestFeatureList::push_back | ( | const boost::shared_ptr< ipsdk::imaproc::attr::RandomForestFeature > & | pItemNode | ) |
push back a new element into collection for sub node FeatureColl
| ipsdk::IPSDKBaseDataException | if pItemNode->get() == 0 |
1.8.14