IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
HitAndMiss3dImg.h File Reference

Wrapper functions for Look for 3D 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::hitAndMiss3dImg (const image::ImageConstPtr &pInBinImg3d, const StructuringElementXYZInfoConstPtr &pInForegroundSEXYZ, const StructuringElementXYZInfoConstPtr &pInBackgroundSEXYZ)
 wrapper function for Look for 3D particular patterns of foreground and background given as structuring elements More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::hitAndMiss3dImg (const image::ImageConstPtr &pInBinImg3d, const StructuringElementXYZInfoConstPtr &pInForegroundSEXYZ, const StructuringElementXYZInfoConstPtr &pInBackgroundSEXYZ, const image::ImagePtr &pOutBinImg)
 wrapper function for Look for 3D particular patterns of foreground and background given as structuring elements More...
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss3dImgLvl1 > ipsdk::imaproc::morpho::hitAndMiss3dImg_async (const image::ImageConstPtr &pInBinImg3d, const StructuringElementXYZInfoConstPtr &pInForegroundSEXYZ, const StructuringElementXYZInfoConstPtr &pInBackgroundSEXYZ)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< HitAndMiss3dImgLvl1 > ipsdk::imaproc::morpho::hitAndMiss3dImg_async (const image::ImageConstPtr &pInBinImg3d, const StructuringElementXYZInfoConstPtr &pInForegroundSEXYZ, const StructuringElementXYZInfoConstPtr &pInBackgroundSEXYZ, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< HitAndMiss3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Look for 3D particular patterns of foreground and background given as structuring elements.

Author
R. Abbal
Date
2020/04/10