![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for convolution algorithm of input 2d image using a given kernel. More...
#include <IPSDKIPL/IPSDKIPLFiltering/IPSDKIPLFilteringExports.h>#include <IPSDKBaseData/Pattern/Kernel/KernelTypes.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKImage/Fragment/BorderPolicy/2d/Border2dPolicyTypes.h>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::filter | |
| Namespace aggregating filtering operations on images. | |
Functions | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::convolution2dImg (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize) |
| wrapper function for convolution algorithm of input 2d image using a given kernel More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::convolution2dImg (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize, const image::Border2dPolicyConstPtr &pInOptConvolBorder2d) |
| wrapper function for convolution algorithm of input 2d image using a given kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::convolution2dImg (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize, const image::ImagePtr &pOutImg) |
| wrapper function for convolution algorithm of input 2d image using a given kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::convolution2dImg (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize, const image::Border2dPolicyConstPtr &pInOptConvolBorder2d, const image::ImagePtr &pOutImg) |
| wrapper function for convolution algorithm of input 2d image using a given kernel More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution2dImgLvl1 > | ipsdk::imaproc::filter::convolution2dImg_async (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize) |
| Asynchronous wrappers. | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution2dImgLvl1 > | ipsdk::imaproc::filter::convolution2dImg_async (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize, const image::Border2dPolicyConstPtr &pInOptConvolBorder2d) |
| Asynchronous wrappers. | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution2dImgLvl1 > | ipsdk::imaproc::filter::convolution2dImg_async (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize, const image::ImagePtr &pOutImg) |
| Asynchronous wrappers. | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution2dImgLvl1 > | ipsdk::imaproc::filter::convolution2dImg_async (const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize, const image::Border2dPolicyConstPtr &pInOptConvolBorder2d, const image::ImagePtr &pOutImg) |
| Asynchronous wrappers. | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< Convolution2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for convolution algorithm of input 2d image using a given kernel.
1.8.14