15 #ifndef __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMG_H__ 16 #define __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMG_H__ 26 class HitAndMiss2dImgLvl1;
72 #endif // __IPSDKIPLBASICMORPHOLOGY_HITANDMISS2DIMG_H__ IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss2dImgLvl1 > hitAndMiss2dImg_async(const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY)
asynchronous wrappers
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr hitAndMiss2dImg(const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY)
wrapper function for Look for particular patterns of foreground and background given as structuring e...
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