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

Wrapper functions for algorithm allowing to extract local extrema 3d from an image. 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::localMaxima3dImg (const image::ImageConstPtr &pInImg3d)
 wrapper function for algorithm allowing to extract local maxima 3d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::localMaxima3dImg (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg)
 wrapper function for algorithm allowing to extract local maxima 3d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::localMinima3dImg (const image::ImageConstPtr &pInImg3d)
 wrapper function for algorithm allowing to extract local minima 3d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::localMinima3dImg (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg)
 wrapper function for algorithm allowing to extract local minima 3d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > ipsdk::imaproc::advmorpho::localMaxima3dImg_async (const image::ImageConstPtr &pInImg3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > ipsdk::imaproc::advmorpho::localMaxima3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > ipsdk::imaproc::advmorpho::localMinima3dImg_async (const image::ImageConstPtr &pInImg3d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema3dImgLvl1 > ipsdk::imaproc::advmorpho::localMinima3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< LocalExtrema3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing to extract local extrema 3d from an image.

Author
E. Noirfalise
Date
2016/03/21