IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
GreySignedFeatures2dRegistration.h File Reference

Wrapper functions for algorithm allowing registration of features 2d associated to grey signature. More...

#include <IPSDKIPL/IPSDKIPLRegistration/IPSDKIPLRegistrationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Features2dGreySignature.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RegistrationMotionModelTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RobustEstimationConfig.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Features2dRegistrationResult.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::registration
 Namespace aggregating image registration processing algorithms.
 

Functions

IPSDKIPLREGISTRATION_API attr::Features2dRegistrationResultPtr ipsdk::imaproc::registration::greySignedFeatures2dRegistration (const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d1, const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d2)
 wrapper function for algorithm allowing registration of features 2d associated to grey signature More...
 
IPSDKIPLREGISTRATION_API attr::Features2dRegistrationResultPtr ipsdk::imaproc::registration::greySignedFeatures2dRegistration (const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d1, const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d2, const ipsdk::imaproc::attr::eRegistrationMotionModel2d &inRegMotionModel2d, const ipReal64 inCorrelationThreshold2d, const ipsdk::imaproc::attr::RobustEstimationConfigConstPtr &pInOptRegistrationEstimationConfig)
 wrapper function for algorithm allowing registration of features 2d associated to grey signature More...
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< GreySignedFeatures2dRegistrationLvl1 > ipsdk::imaproc::registration::greySignedFeatures2dRegistration_async (const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d1, const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d2)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< GreySignedFeatures2dRegistrationLvl1 > ipsdk::imaproc::registration::greySignedFeatures2dRegistration_async (const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d1, const ipsdk::imaproc::attr::Features2dGreySignatureConstPtr &pInGreySignatures2d2, const ipsdk::imaproc::attr::eRegistrationMotionModel2d &inRegMotionModel2d, const ipReal64 inCorrelationThreshold2d, const ipsdk::imaproc::attr::RobustEstimationConfigConstPtr &pInOptRegistrationEstimationConfig)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API attr::Features2dRegistrationResultPtr ipsdk::imaproc::registration::getAsyncProcessorOutput (boost::shared_ptr< GreySignedFeatures2dRegistrationLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing registration of features 2d associated to grey signature.

Author
E.Noirfalise
Date
2016/10/28