15 #ifndef __IPSDKIPLFILTERING_CONVOLUTION3DIMG_H__ 16 #define __IPSDKIPLFILTERING_CONVOLUTION3DIMG_H__ 27 class Convolution3dImgLvl1;
39 const bool inNormalize);
43 const bool inNormalize,
48 const bool inNormalize,
53 const bool inNormalize,
63 const bool inNormalize);
67 const bool inNormalize,
72 const bool inNormalize,
77 const bool inNormalize,
95 #endif // __IPSDKIPLFILTERING_CONVOLUTION3DIMG_H__ boost::shared_ptr< const KernelXYZ > KernelXYZConstPtr
IPSDKIPLFILTERING_API boost::shared_ptr< Convolution3dImgLvl1 > convolution3dImg_async(const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const Border3dPolicy > Border3dPolicyConstPtr
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFILTERING_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AnisotropicDiffusion2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
IPSDKIPLFILTERING_API image::ImagePtr convolution3dImg(const image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ, const bool inNormalize)
wrapper function for convolution algorithm of input 3d image using a given kernel ...
Definition of import/export macro for library.