IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AdaptiveThreshold3dImg.h
Go to the documentation of this file.
1 // AdaptiveThreshold3dImg.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD3DIMG_H__
16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace bin {
25 
26 class AdaptiveThreshold3dImgLvl1;
27 
30 
37  const KernelXYZConstPtr& pInKnlXYZ);
40  const KernelXYZConstPtr& pInKnlXYZ,
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<AdaptiveThreshold3dImgLvl1>
65  const KernelXYZConstPtr& pInKnlXYZ);
66 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold3dImgLvl1>
68  const KernelXYZConstPtr& pInKnlXYZ,
69  const ipsdk::image::ImagePtr& pOutBinImg);
70 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold3dImgLvl1>
72  const ipUInt64 halfKnlSize);
73 IPSDKIPLBINARIZATION_API boost::shared_ptr<AdaptiveThreshold3dImgLvl1>
75  const ipUInt64 halfKnlSize,
76  const ipsdk::image::ImagePtr& pOutBinImg);
78 
82 getAsyncProcessorOutput(boost::shared_ptr<AdaptiveThreshold3dImgLvl1> pProcessor);
84 
87 
88 } // end of namespace bin
89 } // end of namespace imaproc
90 } // end of namespace ipsdk
91 
92 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD3DIMG_H__
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThresholdGaussian3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
wrapper function for Binarize a 3d input image according an adaptive threshold based on the voxel&#39;s n...
boost::shared_ptr< const KernelXYZ > KernelXYZConstPtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ)
wrapper function for Binarize a 3d input image according an adaptive threshold based on the voxel&#39;s n...
uint64_t ipUInt64
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold3dImgLvl1 > adaptiveThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const KernelXYZConstPtr &pInKnlXYZ)
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< AdaptiveThreshold3dImgLvl1 > adaptiveThresholdGaussian3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
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