15 #ifndef __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD3DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD3DIMG_H__ 26 class HysteresisThreshold3dImgLvl1;
111 #endif // __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD3DIMG_H__
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > darkHysteresisThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr lightHysteresisThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
wrapper function for light Hysteresis thresholding to a 3d image
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > hysteresisThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
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< HysteresisThreshold3dImgLvl1 > lightHysteresisThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
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
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr hysteresisThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for Apply hysteresis thresholding to a 3d image
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr darkHysteresisThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for dark Hysteresis thresholding to a 3d image