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

Wrapper functions for grey reconstruction of an image 3d. More...

#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::advmorpho
 Namespace aggregating advanced morphological operations on images.
 

Functions

IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::greyMaxReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
 wrapper function for grey maxima reconstruction of an image 3d More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::greyMaxReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg)
 wrapper function for grey maxima reconstruction of an image 3d More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::greyMinReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
 wrapper function for grey minima reconstruction of an image 3d More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::greyMinReconstruction3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg)
 wrapper function for grey minima reconstruction of an image 3d More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > ipsdk::imaproc::advmorpho::greyMaxReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > ipsdk::imaproc::advmorpho::greyMaxReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > ipsdk::imaproc::advmorpho::greyMinReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< GreyReconstruction3dImgLvl1 > ipsdk::imaproc::advmorpho::greyMinReconstruction3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInGreyMarkImg3d, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< GreyReconstruction3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for grey reconstruction of an image 3d.

Author
E. Noirfalise
Date
2016/04/20