![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Look for particular patterns of foreground and background given as structuring elements. More...
#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKBaseData/Pattern/StructuringElement/StructuringElementInfoTypes.h>Go to the source code of this file.
Namespaces | |
| ipsdk::imaproc::morpho | |
| Namespace aggregating morphological operations on images. | |
Functions | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::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 elements More... | |
| IPSDKIPLBASICMORPHOLOGY_API void | ipsdk::imaproc::morpho::hitAndMiss2dImg (const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY, const image::ImagePtr &pOutBinImg) |
| wrapper function for Look for particular patterns of foreground and background given as structuring elements More... | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss2dImgLvl1 > | ipsdk::imaproc::morpho::hitAndMiss2dImg_async (const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss2dImgLvl1 > | ipsdk::imaproc::morpho::hitAndMiss2dImg_async (const image::ImageConstPtr &pInBinImg, const StructuringElementXYInfoConstPtr &pInForegroundSEXY, const StructuringElementXYInfoConstPtr &pInBackgroundSEXY, const image::ImagePtr &pOutBinImg) |
| asynchronous wrappers | |
| IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< HitAndMiss2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Look for particular patterns of foreground and background given as structuring elements.
1.8.14