![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for convolution algorithm of input 3d 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/3d/Border3dPolicyTypes.h>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::convolution3dImg (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize) |
| wrapper function for convolution algorithm of input 3d image using a given kernel More... | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::convolution3dImg (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize, const image::Border3dPolicyConstPtr &pInOptConvolBorder3d) |
| wrapper function for convolution algorithm of input 3d image using a given kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::convolution3dImg (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize, const image::ImagePtr &pOutImg) |
| wrapper function for convolution algorithm of input 3d image using a given kernel More... | |
| IPSDKIPLFILTERING_API void | ipsdk::imaproc::filter::convolution3dImg (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize, const image::Border3dPolicyConstPtr &pInOptConvolBorder3d, const image::ImagePtr &pOutImg) |
| wrapper function for convolution algorithm of input 3d image using a given kernel More... | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution3dImgLvl1 > | ipsdk::imaproc::filter::convolution3dImg_async (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution3dImgLvl1 > | ipsdk::imaproc::filter::convolution3dImg_async (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize, const image::Border3dPolicyConstPtr &pInOptConvolBorder3d) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution3dImgLvl1 > | ipsdk::imaproc::filter::convolution3dImg_async (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API boost::shared_ptr< Convolution3dImgLvl1 > | ipsdk::imaproc::filter::convolution3dImg_async (const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize, const image::Border3dPolicyConstPtr &pInOptConvolBorder3d, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLFILTERING_API image::ImagePtr | ipsdk::imaproc::filter::getAsyncProcessorOutput (boost::shared_ptr< Convolution3dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for convolution algorithm of input 3d image using a given kernel.
1.8.14