15 #ifndef __IPSDKIPLFILTERING_MEANSMOOTHING2DIMG_H__ 16 #define __IPSDKIPLFILTERING_MEANSMOOTHING2DIMG_H__ 25 class MeanSmoothing2dImgLvl1;
71 #endif // __IPSDKIPLFILTERING_MEANSMOOTHING2DIMG_H__ IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing2dImgLvl1 > meanSmoothing2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
asynchronous wrappers
IPSDKIPLFILTERING_API image::ImagePtr meanSmoothing2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY)
wrapper function for Mean filter used to blur a 2d image
boost::shared_ptr< BaseImage > ImagePtr
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
Definition of import/export macro for library.