IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KittlerThreshold.h
Go to the documentation of this file.
1 // KittlerThreshold.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_KITTLERTHRESHOLD_H__
16 #define __IPSDKIPLBINARIZATION_KITTLERTHRESHOLD_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace bin {
25 
26 class KittlerThresholdLvl1;
27 
30 
44 
53  const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
55 
58 IPSDKIPLBINARIZATION_API boost::shared_ptr<KittlerThresholdLvl1>
60 IPSDKIPLBINARIZATION_API boost::shared_ptr<KittlerThresholdLvl1>
62  const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
64 
68 getAsyncProcessorOutput(boost::shared_ptr<KittlerThresholdLvl1> pProcessor);
70 
73 
74 } // end of namespace bin
75 } // end of namespace imaproc
76 } // end of namespace ipsdk
77 
78 #endif // __IPSDKIPLBINARIZATION_KITTLERTHRESHOLD_H__
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
IPSDKIPLBINARIZATION_API boost::shared_ptr< KittlerThresholdLvl1 > kittlerThreshold_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLBINARIZATION_API ipReal64 kittlerThreshold(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for Kittler binary threshold on one image
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