15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD3DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD3DIMG_H__ 26 class AdaptiveThreshold3dImgLvl1;
92 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD3DIMG_H__ IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThresholdGaussian3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
wrapper function for Binarize a 3d input image according an adaptive threshold based on the voxel's n...
boost::shared_ptr< const KernelXYZ > KernelXYZConstPtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ)
wrapper function for Binarize a 3d input image according an adaptive threshold based on the voxel's n...
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold3dImgLvl1 > adaptiveThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ)
asynchronous wrappers
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold3dImgLvl1 > adaptiveThresholdGaussian3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25