15 #ifndef __IPSDKIPLFILTERING_MEDIAN3DIMG_H__ 16 #define __IPSDKIPLFILTERING_MEDIAN3DIMG_H__ 25 class Median3dImgLvl1;
96 #endif // __IPSDKIPLFILTERING_MEDIAN2DIMG_H__ IPSDKIPLFILTERING_API image::ImagePtr median3dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ)
wrapper function for Median filter on a 3d image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< Median3dImgLvl1 > median3dImg_async(const image::ImageConstPtr &pInImg, 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
IPSDKIPLFILTERING_API bool median3dImg_allow8bitsCompression(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const image::ImagePtr &pOutImg)
wrapper function for Median filter on a 3d image
Definition of import/export macro for library.
IPSDKIPLFILTERING_API boost::shared_ptr< Median3dImgLvl1 > median3dImg_allow8bitsCompression_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipUInt32 inHalfKnlSizeZ, const image::ImagePtr &pOutImg)
asynchronous wrappers