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

Wrapper functions for algorithm allowing to extract 2d features associated to a grey signature from an image. More...

#include <IPSDKIPL/IPSDKIPLRegistration/IPSDKIPLRegistrationExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SamplingBallInfo.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InterpolationPolicy.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedFeatures2dGreySignature.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLREGISTRATION_API attr::Features2dGreySignaturePtr ipsdk::imaproc::registration::extractGreySignedFeatures2d (const image::ImageConstPtr &pInImg, const ipUInt32 inNbFeatures)
 wrapper function for algorithm allowing to extract 2d features associated to a grey signature from an image More...
 
IPSDKIPLREGISTRATION_API attr::Features2dGreySignaturePtr ipsdk::imaproc::registration::extractGreySignedFeatures2d (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDist)
 wrapper function for algorithm allowing to extract 2d features associated to a grey signature from an image More...
 
IPSDKIPLREGISTRATION_API attr::Features2dGreySignaturePtr ipsdk::imaproc::registration::extractGreySignedFeatures2d (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDistX, const ipUInt32 inFeaturesDistY, const ipsdk::imaproc::attr::eInterpolationPolicy &inInterpolationPolicy, const ipsdk::imaproc::attr::SamplingBallInfoConstPtr &pInSamplingBallInfo2d)
 wrapper function for algorithm allowing to extract 2d features associated to a grey signature from an image More...
 
IPSDKIPLREGISTRATION_API attr::PlanIndexedFeatures2dGreySignaturePtr ipsdk::imaproc::registration::multiSlice_extractGreySignedFeatures2d (const image::ImageConstPtr &pInImg, const ipUInt32 inNbFeatures)
 wrapper function for algorithm allowing to extract 2d features associated to a grey signature from an image More...
 
IPSDKIPLREGISTRATION_API attr::PlanIndexedFeatures2dGreySignaturePtr ipsdk::imaproc::registration::multiSlice_extractGreySignedFeatures2d (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDist)
 wrapper function for algorithm allowing to extract 2d features associated to a grey signature from an image More...
 
IPSDKIPLREGISTRATION_API attr::PlanIndexedFeatures2dGreySignaturePtr ipsdk::imaproc::registration::multiSlice_extractGreySignedFeatures2d (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDistX, const ipUInt32 inFeaturesDistY, const attr::eInterpolationPolicy &inInterpolationPolicy, const attr::SamplingBallInfoConstPtr &pInSamplingBallInfo2d)
 wrapper function for algorithm allowing to extract 2d features associated to a grey signature from an image More...
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > ipsdk::imaproc::registration::extractGreySignedFeatures2d_async (const image::ImageConstPtr &pInImg, const ipUInt32 inNbFeatures)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > ipsdk::imaproc::registration::extractGreySignedFeatures2d_async (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDist)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > ipsdk::imaproc::registration::extractGreySignedFeatures2d_async (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDistX, const ipUInt32 inFeaturesDistY, const ipsdk::imaproc::attr::eInterpolationPolicy &inInterpolationPolicy, const ipsdk::imaproc::attr::SamplingBallInfoConstPtr &pInSamplingBallInfo2d)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > ipsdk::imaproc::registration::multiSlice_extractGreySignedFeatures2d_async (const image::ImageConstPtr &pInImg, const ipUInt32 inNbFeatures)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > ipsdk::imaproc::registration::multiSlice_extractGreySignedFeatures2d_async (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDist)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > ipsdk::imaproc::registration::multiSlice_extractGreySignedFeatures2d_async (const image::ImageConstPtr &pInImg, const ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipUInt32 inNbFeatures, const ipUInt32 inFeaturesDistX, const ipUInt32 inFeaturesDistY, const attr::eInterpolationPolicy &inInterpolationPolicy, const attr::SamplingBallInfoConstPtr &pInSamplingBallInfo2d)
 asynchronous wrappers
 
IPSDKIPLREGISTRATION_API attr::Features2dGreySignaturePtr ipsdk::imaproc::registration::getAsyncProcessorOutput (boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLREGISTRATION_API attr::PlanIndexedFeatures2dGreySignaturePtr ipsdk::imaproc::registration::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ExtractGreySignedFeatures2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing to extract 2d features associated to a grey signature from an image.

Author
E.Noirfalise
Date
2016/10/25