IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HysteresisThreshold3dImg.h
Go to the documentation of this file.
1 // HysteresisThreshold3dImg.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD3DIMG_H__
16 #define __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace bin {
25 
26 class HysteresisThreshold3dImgLvl1;
27 
30 
37  const ipsdk::ipReal64 highSeedThreshold,
38  const ipsdk::ipReal64 highPropagationThreshold);
40 
47  const ipsdk::ipReal64 lowSeedThreshold,
48  const ipsdk::ipReal64 lowPropagationThreshold);
50 
55 
58  const ipsdk::ipReal64 lowSeedThreshold,
59  const ipsdk::ipReal64 highSeedThreshold,
60  const ipsdk::ipReal64 lowPropagationThreshold,
61  const ipsdk::ipReal64 highPropagationThreshold);
64  const ipsdk::ipReal64 lowSeedThreshold,
65  const ipsdk::ipReal64 highSeedThreshold,
66  const ipsdk::ipReal64 lowPropagationThreshold,
67  const ipsdk::ipReal64 highPropagationThreshold,
68  const ipsdk::eNeighborhood3dType& inOptNeighborhood3d,
69  const image::ImagePtr& pOutBinImg);
71 
74 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold3dImgLvl1>
76  const ipsdk::ipReal64 highSeedThreshold,
77  const ipsdk::ipReal64 highPropagationThreshold);
78 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold3dImgLvl1>
80  const ipsdk::ipReal64 lowSeedThreshold,
81  const ipsdk::ipReal64 lowPropagationThreshold);
82 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold3dImgLvl1>
84  const ipsdk::ipReal64 lowSeedThreshold,
85  const ipsdk::ipReal64 highSeedThreshold,
86  const ipsdk::ipReal64 lowPropagationThreshold,
87  const ipsdk::ipReal64 highPropagationThreshold);
88 IPSDKIPLBINARIZATION_API boost::shared_ptr<HysteresisThreshold3dImgLvl1>
90  const ipsdk::ipReal64 lowSeedThreshold,
91  const ipsdk::ipReal64 highSeedThreshold,
92  const ipsdk::ipReal64 lowPropagationThreshold,
93  const ipsdk::ipReal64 highPropagationThreshold,
94  const ipsdk::eNeighborhood3dType& inOptNeighborhood3d,
95  const image::ImagePtr& pOutBinImg);
97 
101 getAsyncProcessorOutput(boost::shared_ptr<HysteresisThreshold3dImgLvl1> pProcessor);
103 
106 
107 } // end of namespace bin
108 } // end of namespace imaproc
109 } // end of namespace ipsdk
110 
111 #endif // __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD3DIMG_H__
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > darkHysteresisThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr lightHysteresisThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
wrapper function for light Hysteresis thresholding to a 3d image
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > hysteresisThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
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< HysteresisThreshold3dImgLvl1 > lightHysteresisThreshold3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
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
eNeighborhood3dType
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr hysteresisThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for Apply hysteresis thresholding to a 3d image
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr darkHysteresisThreshold3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for dark Hysteresis thresholding to a 3d image