![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
result of features 2d registration algorithm More...
#include <Features2dRegistrationResult.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... | |
| ~Features2dRegistrationResult () | |
| public destructor | |
Methods associated to sub node OriginSignature | |
| template<> | |
| const ipsdk::imaproc::attr::Features2dGreySignature & | getNode () const |
| access to sub node OriginSignature | |
| template<> | |
| ipsdk::imaproc::attr::Features2dGreySignature & | get () |
| access to sub node OriginSignature | |
Methods associated to sub node TargetSignature | |
| template<> | |
| const ipsdk::imaproc::attr::Features2dGreySignature & | getNode () const |
| access to sub node TargetSignature | |
| template<> | |
| ipsdk::imaproc::attr::Features2dGreySignature & | get () |
| access to sub node TargetSignature | |
Methods associated to sub node Transform | |
| template<> | |
| const ipsdk::imaproc::attr::RegistrationMotionTransform2d & | getNode () const |
| access to sub node Transform | |
| template<> | |
| ipsdk::imaproc::attr::RegistrationMotionTransform2d & | get () |
| access to sub node Transform | |
Methods associated to sub node Indicators | |
| template<> | |
| const ipsdk::imaproc::attr::FeaturesRegistrationIndicators & | getNode () const |
| access to sub node Indicators | |
| template<> | |
| ipsdk::imaproc::attr::FeaturesRegistrationIndicators & | get () |
| access to sub node Indicators | |
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< Features2dRegistrationResult > | 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 | |
| Features2dRegistrationResult () | |
| 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 |
result of features 2d registration algorithm
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| OriginSignature | Collection of grey signed features associated to origin image. | ipsdk::imaproc::attr::Features2dGreySignature | |
| TargetSignature | Collection of grey signed features associated to target image. | ipsdk::imaproc::attr::Features2dGreySignature | |
| Transform | Transformation associated to a 2d motion. | ipsdk::imaproc::attr::RegistrationMotionTransform2d | |
| Indicators | Motion registration quality result indicators. | ipsdk::imaproc::attr::FeaturesRegistrationIndicators |
|
virtual |
retrieve item associated to a given id
| ipsdk::IPSDKBaseDataException | if existsItem(itemName) == false |
Implements ipsdk::BaseDataItemNode.
1.8.14