IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HysteresisThreshold2dImg.h
Go to the documentation of this file.
1 // HysteresisThreshold2dImg.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMG_H__
16 #define __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace bin {
25 
26 class HysteresisThreshold2dImgLvl1;
27 
30 
37  const ipsdk::ipReal64 highSeedThreshold,
38  const ipsdk::ipReal64 highPropagationThreshold);
40 
47  const ipsdk::ipReal64 lowSeedThreshold,
48  const ipsdk::ipReal64 lowPropagationThreshold);
50 
57  const ipsdk::ipReal64 lowSeedThreshold,
58  const ipsdk::ipReal64 highSeedThreshold,
59  const ipsdk::ipReal64 lowPropagationThreshold,
60  const ipsdk::ipReal64 highPropagationThreshold);
63  const ipsdk::ipReal64 lowSeedThreshold,
64  const ipsdk::ipReal64 highSeedThreshold,
65  const ipsdk::ipReal64 lowPropagationThreshold,
66  const ipsdk::ipReal64 highPropagationThreshold,
67  const ipsdk::eNeighborhood2dType& inOptNeighborhood2d,
68  const image::ImagePtr& pOutBinImg);
70 
73 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold2dImgLvl1>
75  const ipsdk::ipReal64 highSeedThreshold,
76  const ipsdk::ipReal64 highPropagationThreshold);
77 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold2dImgLvl1>
79  const ipsdk::ipReal64 lowSeedThreshold,
80  const ipsdk::ipReal64 lowPropagationThreshold);
81 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold2dImgLvl1>
83  const ipsdk::ipReal64 lowSeedThreshold,
84  const ipsdk::ipReal64 highSeedThreshold,
85  const ipsdk::ipReal64 lowPropagationThreshold,
86  const ipsdk::ipReal64 highPropagationThreshold);
87 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold2dImgLvl1>
89  const ipsdk::ipReal64 lowSeedThreshold,
90  const ipsdk::ipReal64 highSeedThreshold,
91  const ipsdk::ipReal64 lowPropagationThreshold,
92  const ipsdk::ipReal64 highPropagationThreshold,
93  const ipsdk::eNeighborhood2dType& inOptNeighborhood2d,
94  const image::ImagePtr& pOutBinImg);
96 
100 getAsyncProcessorOutput(boost::shared_ptr<HysteresisThreshold2dImgLvl1> pProcessor);
102 
105 
106 } // end of namespace bin
107 } // end of namespace imaproc
108 } // end of namespace ipsdk
109 
110 #endif // __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMG_H__
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > lightHysteresisThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr lightHysteresisThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
wrapper function for light Hysteresis thresholding to an image
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.
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > hysteresisThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
asynchronous wrappers
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr darkHysteresisThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for dark Hysteresis thresholding to an image
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr hysteresisThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for Apply hysteresis thresholding to an image
eNeighborhood2dType
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > darkHysteresisThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
asynchronous wrappers