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

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

#include <IPSDKIPL/IPSDKIPLRegistration/IPSDKIPLRegistrationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Features3dGreySignature.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RegistrationMotionModelTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RobustEstimationConfig.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Features3dRegistrationResult.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLREGISTRATION_API attr::Features3dRegistrationResultPtr ipsdk::imaproc::registration::greySignedFeatures3dRegistration (const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d1, const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d2)
 wrapper function for algorithm allowing registration of features 3d associated to grey signature More...
 
IPSDKIPLREGISTRATION_API attr::Features3dRegistrationResultPtr ipsdk::imaproc::registration::greySignedFeatures3dRegistration (const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d1, const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d2, const ipsdk::imaproc::attr::eRegistrationMotionModel3d &inRegMotionModel3d, const ipReal64 inCorrelationThreshold3d, const ipsdk::imaproc::attr::RobustEstimationConfigConstPtr &pInOptRegistrationEstimationConfig)
 wrapper function for algorithm allowing registration of features 3d associated to grey signature More...
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< GreySignedFeatures3dRegistrationLvl1 > ipsdk::imaproc::registration::greySignedFeatures3dRegistration_async (const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d1, const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d2)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< GreySignedFeatures3dRegistrationLvl1 > ipsdk::imaproc::registration::greySignedFeatures3dRegistration_async (const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d1, const ipsdk::imaproc::attr::Features3dGreySignatureConstPtr &pInGreySignatures3d2, const ipsdk::imaproc::attr::eRegistrationMotionModel3d &inRegMotionModel3d, const ipReal64 inCorrelationThreshold3d, const ipsdk::imaproc::attr::RobustEstimationConfigConstPtr &pInOptRegistrationEstimationConfig)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API attr::Features3dRegistrationResultPtr ipsdk::imaproc::registration::getAsyncProcessorOutput (boost::shared_ptr< GreySignedFeatures3dRegistrationLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

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

Author
E.Noirfalise
Date
2016/10/28