IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GreyReconstruction3dImg.h
Go to the documentation of this file.
1 // GreyReconstruction3dImg.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMG_H__
16 #define __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace advmorpho {
24 
25 class GreyReconstruction3dImgLvl1;
26 
29 
36  const image::ImageConstPtr& pInGreyMarkImg3d);
39  const image::ImageConstPtr& pInGreyMarkImg3d,
40  const image::ImagePtr& pOutImg);
42 
49  const image::ImageConstPtr& pInGreyMarkImg3d);
52  const image::ImageConstPtr& pInGreyMarkImg3d,
53  const image::ImagePtr& pOutImg);
55 
58 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GreyReconstruction3dImgLvl1>
60  const image::ImageConstPtr& pInGreyMarkImg3d);
61 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GreyReconstruction3dImgLvl1>
63  const image::ImageConstPtr& pInGreyMarkImg3d,
64  const image::ImagePtr& pOutImg);
65 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GreyReconstruction3dImgLvl1>
67  const image::ImageConstPtr& pInGreyMarkImg3d);
68 IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr<GreyReconstruction3dImgLvl1>
70  const image::ImageConstPtr& pInGreyMarkImg3d,
71  const image::ImagePtr& pOutImg);
73 
77 getAsyncProcessorOutput(boost::shared_ptr<GreyReconstruction3dImgLvl1> pProcessor);
79 
82 
83 } // end of namespace advmorpho
84 } // end of namespace imaproc
85 } // end of namespace ipsdk
86 
87 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_GREYRECONSTRUCTION3DIMG_H__
Definition of import/export macro for library.
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > greyMaxReconstruction3dImg_async(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveBinaryWatershed2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr greyMinReconstruction3dImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
wrapper function for grey minima reconstruction of an image 3d
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > greyMinReconstruction3dImg_async(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
asynchronous wrappers
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr greyMaxReconstruction3dImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
wrapper function for grey maxima reconstruction of an image 3d
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr