IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AdaptiveThreshold2dImg.h
Go to the documentation of this file.
1 // AdaptiveThreshold2dImg.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD2DIMG_H__
16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace bin {
25 
26 class AdaptiveThreshold2dImgLvl1;
27 
30 
37  const KernelXYConstPtr& pInKnlXY);
40  const KernelXYConstPtr& pInKnlXY,
41  const ipsdk::image::ImagePtr& pOutBinImg);
43 
54  const ipUInt64 halfKnlSize);
57  const ipUInt64 halfKnlSize,
58  const ipsdk::image::ImagePtr& pOutBinImg);
60 
63 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold2dImgLvl1>
65  const KernelXYConstPtr& pInKnlXY);
66 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold2dImgLvl1>
68  const KernelXYConstPtr& pInKnlXY,
69  const ipsdk::image::ImagePtr& pOutBinImg);
70 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold2dImgLvl1>
72  const ipUInt64 halfKnlSize);
73 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold2dImgLvl1>
75  const ipUInt64 halfKnlSize,
76  const ipsdk::image::ImagePtr& pOutBinImg);
78 
82 getAsyncProcessorOutput(boost::shared_ptr<AdaptiveThreshold2dImgLvl1> pProcessor);
84 
87 
88 } // end of namespace bin
89 } // end of namespace imaproc
90 } // end of namespace ipsdk
91 
92 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD2DIMG_H__
uint64_t ipUInt64
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY)
wrapper function for Binarize an input image according an adaptive threshold based on the pixel&#39;s nei...
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > adaptiveThresholdGaussian2dImg_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.
boost::shared_ptr< const KernelXY > KernelXYConstPtr
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThresholdGaussian2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt64 halfKnlSize)
wrapper function for binarize an input image according an adaptive threshold based on the pixel&#39;s nei...
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > adaptiveThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY)
asynchronous wrappers