IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Opening2dImg.h
Go to the documentation of this file.
1 // Opening2dImg.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_OPENING2DIMG_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_OPENING2DIMG_H__
17 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace morpho {
26 
27 class Opening2dImgLvl1;
28 
31 
38  const StructuringElementXYInfoConstPtr& pInSEXY);
41  const StructuringElementXYInfoConstPtr& pInSEXY,
42  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
45  const StructuringElementXYInfoConstPtr& pInSEXY,
46  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
47  const image::ImagePtr& pOutImg);
49 
52 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Opening2dImgLvl1>
54  const StructuringElementXYInfoConstPtr& pInSEXY);
55 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Opening2dImgLvl1>
57  const StructuringElementXYInfoConstPtr& pInSEXY,
58  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy);
59 IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr<Opening2dImgLvl1>
61  const StructuringElementXYInfoConstPtr& pInSEXY,
62  const attr::eBorderExtensionPolicy& inOptBorderExtensionPolicy,
63  const image::ImagePtr& pOutImg);
65 
69 getAsyncProcessorOutput(boost::shared_ptr<Opening2dImgLvl1> pProcessor);
71 
74 
75 } // end of namespace morpho
76 } // end of namespace imaproc
77 } // end of namespace ipsdk
78 
79 #endif // __IPSDKIPLBASICMORPHOLOGY_OPENING2DIMG_H__
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr opening2dImg(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY)
wrapper function for Algorithm for image 2d opening
boost::shared_ptr< BaseImage > ImagePtr
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
boost::shared_ptr< const StructuringElementXYInfo > StructuringElementXYInfoConstPtr
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
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Opening2dImgLvl1 > opening2dImg_async(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY)
asynchronous wrappers
Predefined types for border extension policy management.