![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Parameter object for measure HuMatch2d. More...
#include <HuMatch2dMsrParams.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... | |
| ~HuMatch2dMsrParams () | |
| public destructor | |
Methods associated to sub node ProcessHoles | |
| template<> | |
| const ipsdk::DataItemLeaf< ipsdk::ipBool > & | getNode () const |
| access to sub node ProcessHoles | |
| template<> | |
| ipsdk::DataItemLeaf< ipsdk::ipBool > & | get () |
| access to sub node ProcessHoles | |
| template<> | |
| const ipsdk::ipBool & | getValue () const |
| access to value for sub node ProcessHoles | |
| template<> | |
| void | setValue (const ipsdk::ipBool &value) |
| access to value for sub node ProcessHoles | |
Methods associated to sub node DistanceType | |
| template<> | |
| const ipsdk::DataItemLeaf< ipsdk::geom::eShapeHuDistanceType > & | getNode () const |
| access to sub node DistanceType | |
| template<> | |
| ipsdk::DataItemLeaf< ipsdk::geom::eShapeHuDistanceType > & | get () |
| access to sub node DistanceType | |
| template<> | |
| const ipsdk::geom::eShapeHuDistanceType & | getValue () const |
| access to value for sub node DistanceType | |
| template<> | |
| void | setValue (const ipsdk::geom::eShapeHuDistanceType &value) |
| access to value for sub node DistanceType | |
Methods associated to sub node Threshold | |
| template<> | |
| const ipsdk::DataItemLeaf< ipsdk::ipReal64 > & | getNode () const |
| access to sub node Threshold | |
| template<> | |
| ipsdk::DataItemLeaf< ipsdk::ipReal64 > & | get () |
| access to sub node Threshold | |
| template<> | |
| const ipsdk::ipReal64 & | getValue () const |
| access to value for sub node Threshold | |
| template<> | |
| void | setValue (const ipsdk::ipReal64 &value) |
| access to value for sub node Threshold | |
Methods associated to sub node ShapeHuMomentsColl | |
| template<> | |
| const ipsdk::DataItemNodeColl< ipsdk::imaproc::attr::HuMoments > & | getNode () const |
| access to sub node ShapeHuMomentsColl | |
| template<> | |
| ipsdk::DataItemNodeColl< ipsdk::imaproc::attr::HuMoments > & | get () |
| access to sub node ShapeHuMomentsColl | |
| template<> | |
| const std::vector< ipsdk::imaproc::attr::HuMoments > & | getNodeColl () const |
| access to node collection for sub node ShapeHuMomentsColl | |
| template<> | |
| bool | isEmpty () const |
| check wether collection is empty for sub node ShapeHuMomentsColl | |
| template<> | |
| ipsdk::ipUInt32 | getSize () const |
| retrieve collection size for sub node ShapeHuMomentsColl | |
| const ipsdk::imaproc::attr::HuMoments & | getNode (const ipsdk::ipUInt32 nodeIdx) const |
| retrieve node associated to given index for sub node ShapeHuMomentsColl More... | |
| ipsdk::imaproc::attr::HuMoments & | getNode (const ipsdk::ipUInt32 nodeIdx) |
| retrieve node associated to given index for sub node ShapeHuMomentsColl More... | |
| template<> | |
| void | push_back (const boost::shared_ptr< ipsdk::imaproc::attr::HuMoments > &pItemNode) |
| push back a new element into collection for sub node ShapeHuMomentsColl More... | |
| template<> | |
| void | clear () |
| remove all items from collection for sub node ShapeHuMomentsColl | |
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< HuMatch2dMsrParams > | 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 | |
| HuMatch2dMsrParams () | |
| 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 |
Parameter object for measure HuMatch2d.
Computes the distance between Hu moments of shapes in an image and and several templates' Hu moments
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| ProcessHoles | indicating whether holes should be processed | ipsdk::DataItemLeaf<ipsdk::ipBool> | false |
| DistanceType | Hu moments distance type. | ipsdk::DataItemEnumLeaf<ipsdk::geom::eShapeHuDistanceType> | ipsdk::geom::eShapeHuDistanceType::eSDT_Type3 |
| Threshold | Threshold to match two shapes. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | NumericLimits<ipReal64>::max() |
| ShapeHuMomentsColl | Hu moments of a shape. | ipsdk::DataItemNodeColl<ipsdk::imaproc::attr::HuMoments> |
|
virtual |
retrieve item associated to a given id
| ipsdk::IPSDKBaseDataException | if existsItem(itemName) == false |
Implements ipsdk::BaseDataItemNode.
| const ipsdk::imaproc::attr::HuMoments& ipsdk::imaproc::shape::analysis::HuMatch2dMsrParams::getNode | ( | const ipsdk::ipUInt32 | nodeIdx | ) | const |
retrieve node associated to given index for sub node ShapeHuMomentsColl
| ipsdk::IPSDKBaseDataException | if nodeIdx >= getSize() |
| ipsdk::imaproc::attr::HuMoments& ipsdk::imaproc::shape::analysis::HuMatch2dMsrParams::getNode | ( | const ipsdk::ipUInt32 | nodeIdx | ) |
retrieve node associated to given index for sub node ShapeHuMomentsColl
| ipsdk::IPSDKBaseDataException | if nodeIdx >= getSize() |
| void ipsdk::imaproc::shape::analysis::HuMatch2dMsrParams::push_back | ( | const boost::shared_ptr< ipsdk::imaproc::attr::HuMoments > & | pItemNode | ) |
push back a new element into collection for sub node ShapeHuMomentsColl
| ipsdk::IPSDKBaseDataException | if pItemNode->get() == 0 |
1.8.14