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

Wrapper functions for gradient computation on a 3d image using morphological operations. 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::morphoGradient3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
 wrapper function for gradient computation on a 3d image using morphological operations More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::morphoGradient3dImg (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ, const image::ImagePtr &pOutImg)
 wrapper function for gradient computation on a 3d image using morphological operations More...
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< MorphoGradient3dImgLvl1 > ipsdk::imaproc::morpho::morphoGradient3dImg_async (const image::ImageConstPtr &pInImg3d, const StructuringElementXYZInfoConstPtr &pInSEXYZ)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< MorphoGradient3dImgLvl1 > ipsdk::imaproc::morpho::morphoGradient3dImg_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< MorphoGradient3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for gradient computation on a 3d image using morphological operations.

Author
E.Noirfalise
Date
2014/12/01