15 #ifndef __IPSDKIPLFILTERING_SEPARATEDBILATERAL3DIMG_H__ 16 #define __IPSDKIPLFILTERING_SEPARATEDBILATERAL3DIMG_H__ 25 class SeparatedBilateral3dImgLvl1;
91 #endif // __IPSDKIPLFILTERING_SEPARATEDBILATERAL3DIMG_H__ IPSDKIPLFILTERING_API image::ImagePtr separatedBilateral3dImg(const image::ImageConstPtr &pInImg, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma)
wrapper function for separated version of bilateral filter on 3d image
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFILTERING_API boost::shared_ptr< SeparatedBilateral3dImgLvl1 > separatedBilateral3dImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inSpaceSigma, const ipReal64 inRangeSigma)
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.