IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Dilate3dImg.h
Go to the documentation of this file.
1 // Dilate3dImg.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_DILATE3DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_DILATE3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
26 class Dilate3dImgLvl1;
27 
30 
36 dilate3dImg(const image::ImageConstPtr& pInImg3d,
37  const StructuringElementXYZInfoConstPtr& pInSEXYZ);
39 dilate3dImg(const image::ImageConstPtr& pInImg3d,
40  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
41  const image::ImagePtr& pOutImg);
43 
46 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Dilate3dImgLvl1>
48  const StructuringElementXYZInfoConstPtr& pInSEXYZ);
49 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Dilate3dImgLvl1>
51  const StructuringElementXYZInfoConstPtr& pInSEXYZ,
52  const image::ImagePtr& pOutImg);
54 
58 getAsyncProcessorOutput(boost::shared_ptr<Dilate3dImgLvl1> pProcessor);
60 
63 
64 } // end of namespace morpho
65 } // end of namespace imaproc
66 } // end of namespace ipsdk
67 
68 #endif // __IPSDKIPLBASICMORPHOLOGY_DILATE3DIMG_H__
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Dilate3dImgLvl1 > dilate3dImg_async(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
asynchronous wrappers
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
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr dilate3dImg(const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
wrapper function for Algorithm for image 3d dilation