15 #ifndef __IPSDKIPLFILTERING_MEANSMOOTHING3DMASKIMG_H__ 16 #define __IPSDKIPLFILTERING_MEANSMOOTHING3DMASKIMG_H__ 25 class MeanSmoothing3dMaskImgLvl1;
79 #endif // __IPSDKIPLFILTERING_MEANSMOOTHING3DMASKIMG_H__ IPSDKIPLFILTERING_API image::ImagePtr meanSmoothing3dMaskImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInMaskImg3d, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
wrapper function for Masked mean filter used to blur a 3d image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< MeanSmoothing3dMaskImgLvl1 > meanSmoothing3dMaskImg_async(const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pInMaskImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
asynchronous wrappers
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.