IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Opening3dImg.h
Go to the documentation of this file.
1 // Opening3dImg.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_OPENING3DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_OPENING3DIMG_H__
17 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace morpho {
26 
27 class Opening3dImgLvl1;
28 
31 
37 opening3dImg(const image::ImageConstPtr& pInImg3d,
38  const StructuringElementXYZInfoConstPtr& pInSEXYZ);
40 opening3dImg(const image::ImageConstPtr& pInImg3d,
41  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
42  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
44 opening3dImg(const image::ImageConstPtr& pInImg3d,
45  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
46  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
47  const image::ImagePtr& pOutImg);
49 
52 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Opening3dImgLvl1>
54  const StructuringElementXYZInfoConstPtr& pInSEXYZ);
55 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Opening3dImgLvl1>
57  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
58  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
59 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Opening3dImgLvl1>
61  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
62  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
63  const image::ImagePtr& pOutImg);
65 
69 getAsyncProcessorOutput(boost::shared_ptr<Opening3dImgLvl1> pProcessor);
71 
74 
75 } // end of namespace morpho
76 } // end of namespace imaproc
77 } // end of namespace ipsdk
78 
79 #endif // __IPSDKIPLBASICMORPHOLOGY_OPENING3DIMG_H__
boost::shared_ptr< const StructuringElementXYZInfo > StructuringElementXYZInfoConstPtr
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
Definition of import/export macro for library.
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AddMarkerImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
eBorderExtensionPolicy
Enumerate describing border extension policy.
Definition: BorderExtensionPolicy.h:31
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Opening3dImgLvl1 > opening3dImg_async(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr opening3dImg(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
wrapper function for Algorithm for image 3d opening
Predefined types for border extension policy management.