15 #ifndef __IPSDKIPLFILTERING_DESPECKLEFILTER2DIMG_H__ 16 #define __IPSDKIPLFILTERING_DESPECKLEFILTER2DIMG_H__ 25 class DespeckleFilter2dImgLvl1;
76 #endif // __IPSDKIPLFILTERING_DESPECKLEFILTER2DIMG_H__ IPSDKIPLFILTERING_API boost::shared_ptr< DespeckleFilter2dImgLvl1 > despeckleFilter2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inFactor)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API image::ImagePtr despeckleFilter2dImg(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inFactor)
wrapper function for Smoothes the input image replacing aberrant values by the neighbourhood's mean i...
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.