![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Sobel filter used to compute gradient on a 2d image. More...
#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>#include <IPSDKBaseData/Pattern/Kernel/Instances/SobelKernelTypes.h>#include <IPSDKIPL/IPSDKIPLFiltering/Tools/Gradient2dImgTypes.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 GradientXYImg | ipsdk::imaproc::filter::sobelGradient2dImg (const image::ImageConstPtr &pInImg) |
| wrapper function for Sobel filter used to compute gradient on a 2d image More... | |
| IPSDKIPLFILTERING_API GradientXYImg | ipsdk::imaproc::filter::sobelGradient2dImg (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::sobelGradient2dImg (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutOptGradXImg, const image::ImagePtr &pOutOptGradYImg) |
| wrapper function for Sobel filter used to compute gradient on a 2d image More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::sobelXGradient2dImg (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::sobelXGradient2dImg (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::sobelXGradient2dImg (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::sobelYGradient2dImg (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::sobelYGradient2dImg (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::sobelYGradient2dImg (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< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelGradient2dImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelGradient2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelGradient2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutOptGradXImg, const image::ImagePtr &pOutOptGradYImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelXGradient2dImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelXGradient2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelXGradient2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutXGradImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelYGradient2dImg_async (const image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelYGradient2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< SobelGradient2dImgLvl1 > | ipsdk::imaproc::filter::sobelYGradient2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::eSobelKernelType &kernelType, const bool bNormalize, const image::ImagePtr &pOutYGradImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API GradientXYImg | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< SobelGradient2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Sobel filter used to compute gradient on a 2d image.
1.8.14