IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
TopHat3dImg.h
Go to the documentation of this file.
1 // TopHat3dImg.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLBINARIZATION_TOPHAT3DIMG_H__
16 #define __IPSDKIPLBINARIZATION_TOPHAT3DIMG_H__
17 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace bin {
26 
27 class TopHat3dImgLvl1;
28 
31 
38  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
39  const ipReal64 inTopHatThreshold);
42  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
43  const ipReal64 inTopHatThreshold,
44  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
47  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
48  const ipReal64 inTopHatThreshold,
49  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
50  const image::ImagePtr& pOutBinImg);
52 
59  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
60  const ipReal64 inTopHatThreshold);
63  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
64  const ipReal64 inTopHatThreshold,
65  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
68  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
69  const ipReal64 inTopHatThreshold,
70  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
71  const image::ImagePtr& pOutBinImg);
73 
76 IPSDKIPLBINARIZATION_API boost::shared_ptr<TopHat3dImgLvl1>
78  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
79  const ipReal64 inTopHatThreshold);
80 IPSDKIPLBINARIZATION_API boost::shared_ptr<TopHat3dImgLvl1>
82  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
83  const ipReal64 inTopHatThreshold,
84  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
85 IPSDKIPLBINARIZATION_API boost::shared_ptr<TopHat3dImgLvl1>
87  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
88  const ipReal64 inTopHatThreshold,
89  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
90  const image::ImagePtr& pOutBinImg);
91 IPSDKIPLBINARIZATION_API boost::shared_ptr<TopHat3dImgLvl1>
93  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
94  const ipReal64 inTopHatThreshold);
95 IPSDKIPLBINARIZATION_API boost::shared_ptr<TopHat3dImgLvl1>
97  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
98  const ipReal64 inTopHatThreshold,
99  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
100 IPSDKIPLBINARIZATION_API boost::shared_ptr<TopHat3dImgLvl1>
102  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
103  const ipReal64 inTopHatThreshold,
104  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
105  const image::ImagePtr& pOutBinImg);
107 
111 getAsyncProcessorOutput(boost::shared_ptr<TopHat3dImgLvl1> pProcessor);
113 
116 
117 } // end of namespace bin
118 } // end of namespace imaproc
119 } // end of namespace ipsdk
120 
121 #endif // __IPSDKIPLBINARIZATION_TOPHAT3DIMG_H__
boost::shared_ptr< const StructuringElementXYZInfo > StructuringElementXYZInfoConstPtr
IPSDKIPLBINARIZATION_API image::ImagePtr darkTopHat3dImg(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
wrapper function for dark TopHat binary threshold on one 3d image
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > darkTopHat3dImg_async(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
asynchronous wrappers
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLBINARIZATION_API image::ImagePtr lightTopHat3dImg(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
wrapper function for light TopHat binary threshold on one 3d image
eBorderExtensionPolicy
Enumerate describing border extension policy.
Definition: BorderExtensionPolicy.h:31
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
Predefined types for border extension policy management.
IPSDKIPLBINARIZATION_API boost::shared_ptr< TopHat3dImgLvl1 > lightTopHat3dImg_async(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const ipReal64 inTopHatThreshold)
asynchronous wrappers