15 #ifndef __IPSDKIPLBASICMORPHOLOGY_DILATE2DIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_DILATE2DIMG_H__ 26 class Dilate2dImgLvl1;
68 #endif // __IPSDKIPLBASICMORPHOLOGY_DILATE2DIMG_H__ IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr dilate2dImg(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY)
wrapper function for Algorithm for image 2d dilation
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
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Dilate2dImgLvl1 > dilate2dImg_async(const image::ImageConstPtr &pInImg, const StructuringElementXYInfoConstPtr &pInSEXY)
asynchronous wrappers