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

Wrapper functions for Algorithm for image 3d dilation. More...

#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.h>
#include <IPSDKBaseData/Pattern/StructuringElement/StructuringElementInfoTypes.h>
#include <IPSDKImage/Image/ImageTypes.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::dilate3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
 wrapper function for Algorithm for image 3d dilation More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::dilate3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const image::ImagePtr &pOutImg)
 wrapper function for Algorithm for image 3d dilation More...
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Dilate3dImgLvl1 > ipsdk::imaproc::morpho::dilate3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< Dilate3dImgLvl1 > ipsdk::imaproc::morpho::dilate3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< Dilate3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Algorithm for image 3d dilation.

Author
E.Noirfalise
Date
2014/12/01