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

Wrapper functions for Computes the Harris corner detection response on a 3d image. More...

#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/CornerDetectionParams.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::fd
 Namespace aggregating features detection operations in images.
 

Functions

IPSDKIPLFEATUREDETECTION_API image::ImagePtr ipsdk::imaproc::fd::harrisCorner3dImg (const ipsdk::image::ImageConstPtr &pInImg3d)
 wrapper function for Computes the Harris corner detection response on a 3d image More...
 
IPSDKIPLFEATUREDETECTION_API image::ImagePtr ipsdk::imaproc::fd::harrisCorner3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev)
 wrapper function for Computes the Harris corner detection response on a 3d image More...
 
IPSDKIPLFEATUREDETECTION_API void ipsdk::imaproc::fd::harrisCorner3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Computes the Harris corner detection response on a 3d image More...
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dImgLvl1 > ipsdk::imaproc::fd::harrisCorner3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dImgLvl1 > ipsdk::imaproc::fd::harrisCorner3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HarrisCorner3dImgLvl1 > ipsdk::imaproc::fd::harrisCorner3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal32 inGradStdDev, const attr::GaussianCoverageConstPtr &pInOptGradientGaussianCoverage, const ipsdk::imaproc::attr::CornerDetectionParamsConstPtr &pInCornerDetectionParams, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API image::ImagePtr ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HarrisCorner3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Computes the Harris corner detection response on a 3d image.

Author
R. Abbal
Date
2016/07/27