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

Wrapper functions for Gaussian filter used to compute Hessian on a 3d image. More...

#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Tools/Hessian3dImgTypes.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/GaussianCoverage.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::filter
 Namespace aggregating filtering operations on images.
 

Functions

IPSDKIPLFILTERING_API HessianXYZImg ipsdk::imaproc::filter::gaussianHessian3dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev)
 wrapper function for Gaussian filter used to compute Hessian on a 3d image More...
 
IPSDKIPLFILTERING_API HessianXYZImg ipsdk::imaproc::filter::gaussianHessian3dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDevX, const ipReal32 inStdDevY, const ipReal32 inStdDevZ, const attr::GaussianCoverageConstPtr &pInOptHessianGaussianCoverage)
 wrapper function for Gaussian filter used to compute Hessian on a 3d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::gaussianHessian3dImg (const image::ImageConstPtr &pInImg, const ipReal32 inStdDevX, const ipReal32 inStdDevY, const ipReal32 inStdDevZ, const attr::GaussianCoverageConstPtr &pInOptHessianGaussianCoverage, const image::ImagePtr &pOutHxxImg, const image::ImagePtr &pOutHxyImg, const image::ImagePtr &pOutHxzImg, const image::ImagePtr &pOutHyyImg, const image::ImagePtr &pOutHyzImg, const image::ImagePtr &pOutHzzImg)
 wrapper function for Gaussian filter used to compute Hessian on a 3d image More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< GaussianHessian3dImgLvl1 > ipsdk::imaproc::filter::gaussianHessian3dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDev)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< GaussianHessian3dImgLvl1 > ipsdk::imaproc::filter::gaussianHessian3dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDevX, const ipReal32 inStdDevY, const ipReal32 inStdDevZ, const attr::GaussianCoverageConstPtr &pInOptHessianGaussianCoverage)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< GaussianHessian3dImgLvl1 > ipsdk::imaproc::filter::gaussianHessian3dImg_async (const image::ImageConstPtr &pInImg, const ipReal32 inStdDevX, const ipReal32 inStdDevY, const ipReal32 inStdDevZ, const attr::GaussianCoverageConstPtr &pInOptHessianGaussianCoverage, const image::ImagePtr &pOutHxxImg, const image::ImagePtr &pOutHxyImg, const image::ImagePtr &pOutHxzImg, const image::ImagePtr &pOutHyyImg, const image::ImagePtr &pOutHyzImg, const image::ImagePtr &pOutHzzImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API HessianXYZImg ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< GaussianHessian3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Gaussian filter used to compute Hessian on a 3d image.

Author
R. Abbal
Date
2017/08/31