15 #ifndef __IPSDKIPLFILTERING_CONVOLUTION2DIMG_H__ 16 #define __IPSDKIPLFILTERING_CONVOLUTION2DIMG_H__ 22 #include <boost/shared_ptr.hpp> 28 class Convolution2dImgLvl1;
40 const bool inNormalize);
44 const bool inNormalize,
49 const bool inNormalize,
54 const bool inNormalize,
64 const bool inNormalize);
68 const bool inNormalize,
73 const bool inNormalize,
78 const bool inNormalize,
96 #endif // __IPSDKIPLFILTERING_CONVOLUTION2DIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const Border2dPolicy > Border2dPolicyConstPtr
IPSDKIPLFILTERING_API boost::shared_ptr< Convolution2dImgLvl1 > convolution2dImg_async(const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize)
Asynchronous wrappers.
boost::shared_ptr< const BaseImage > ImageConstPtr
boost::shared_ptr< const KernelXY > KernelXYConstPtr
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 convolution2dImg(const image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY, const bool inNormalize)
wrapper function for convolution algorithm of input 2d image using a given kernel ...
Definition of import/export macro for library.