IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AdaptiveThresholdMean2dImg.h
Go to the documentation of this file.
1 // AdaptiveThresholdMean2dImg.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN2DIMG_H__
16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN2DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace bin {
24 
25 class AdaptiveThresholdMean2dImgLvl1;
26 
29 
36  const ipUInt64 halfKnlSize);
39  const ipUInt64 halfKnlSize,
40  const ipsdk::image::ImagePtr& pOutBinImg);
42 
45 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThresholdMean2dImgLvl1>
47  const ipUInt64 halfKnlSize);
48 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThresholdMean2dImgLvl1>
50  const ipUInt64 halfKnlSize,
51  const ipsdk::image::ImagePtr& pOutBinImg);
53 
57 getAsyncProcessorOutput(boost::shared_ptr<AdaptiveThresholdMean2dImgLvl1> pProcessor);
59 
62 
63 } // end of namespace bin
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN2DIMG_H__
uint64_t ipUInt64
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThresholdMean2dImgLvl1 > adaptiveThresholdMean2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt64 halfKnlSize)
asynchronous wrappers
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
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 adaptiveThresholdMean2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt64 halfKnlSize)
wrapper function for binarize an input image according an adaptive threshold based on the mean intens...