15 #ifndef __IPSDKIPLBINARIZATION_ISODATATHRESHOLDIMG_H__ 16 #define __IPSDKIPLBINARIZATION_ISODATATHRESHOLDIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/IsoDataThresholdImg/IsoDataThresholdImgTypes.h> 25 class IsoDataThresholdImgLvl1;
88 #endif // __IPSDKIPLBINARIZATION_ISODATATHRESHOLDIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
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< IsoDataThresholdImgLvl1 > isoDataThresholdImg_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLBINARIZATION_API IsoDataResult isoDataThresholdImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for computation of iso data threshold on one image In this version of the function...
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