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

Wrapper functions for Sobel filter used to compute gradient on a 3d image. More...

#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>
#include <IPSDKBaseData/Pattern/Kernel/Instances/SobelKernelTypes.h>
#include <IPSDKIPL/IPSDKIPLFiltering/Tools/Gradient3dImgTypes.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLFILTERING_API GradientXYZImg ipsdk::imaproc::filter::sobelGradient3dImg (const image::ImageConstPtr &pInImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API GradientXYZImg ipsdk::imaproc::filter::sobelGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::sobelGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutOptGradXImg, const image::ImagePtr &pOutOptGradYImg, const image::ImagePtr &pOutOptGradZImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::sobelXGradient3dImg (const image::ImageConstPtr &pInImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::sobelXGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::sobelXGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutXGradImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::sobelYGradient3dImg (const image::ImageConstPtr &pInImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::sobelYGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::sobelYGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutYGradImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::sobelZGradient3dImg (const image::ImageConstPtr &pInImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API image::ImagePtr ipsdk::imaproc::filter::sobelZGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API void ipsdk::imaproc::filter::sobelZGradient3dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutYGradImg)
 wrapper function for Sobel filter used to compute gradient on a 2d image More...
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelGradient3dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutOptGradXImg, const image::ImagePtr &pOutOptGradYImg, const image::ImagePtr &pOutOptGradZImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelXGradient3dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelXGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelXGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutXGradImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelYGradient3dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelYGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelYGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutYGradImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelZGradient3dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelZGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient3dImgLvl1 > ipsdk::imaproc::filter::sobelZGradient3dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutYGradImg)
 asynchronous wrappers
 
IPSDKIPLFILTERING_API GradientXYZImg ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< SobelGradient3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Sobel filter used to compute gradient on a 3d image.

Author
H. Delestre
Date
2016/10/20