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