IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Erode2dImg.h
Go to the documentation of this file.
1 // Erode2dImg.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_ERODE2DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_ERODE2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace morpho {
25 
26 class Erode2dImgLvl1;
27 
30 
36 erode2dImg(const image::ImageConstPtr& pInImg,
37  const StructuringElementXYInfoConstPtr& pInSEXY);
39 erode2dImg(const image::ImageConstPtr& pInImg,
40  const StructuringElementXYInfoConstPtr& pInSEXY,
41  const image::ImagePtr& pOutImg);
43 
46 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Erode2dImgLvl1>
48  const StructuringElementXYInfoConstPtr& pInSEXY);
49 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Erode2dImgLvl1>
51  const StructuringElementXYInfoConstPtr& pInSEXY,
52  const image::ImagePtr& pOutImg);
54 
58 getAsyncProcessorOutput(boost::shared_ptr<Erode2dImgLvl1> pProcessor);
60 
63 
64 } // end of namespace morpho
65 } // end of namespace imaproc
66 } // end of namespace ipsdk
67 
68 #endif // __IPSDKIPLBASICMORPHOLOGY_ERODE2DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
boost::shared_ptr< const StructuringElementXYInfo > StructuringElementXYInfoConstPtr
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr erode2dImg(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY)
wrapper function for Algorithm for image 2d erosion
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 boost::shared_ptr< Erode2dImgLvl1 > erode2dImg_async(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY)
asynchronous wrappers