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

Wrapper functions for algorithm allowing to extract local extrema 2d 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::localMaxima2dImg (const image::ImageConstPtr &pInImg)
 wrapper function for algorithm allowing to extract local maxima 2d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::localMaxima2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg)
 wrapper function for algorithm allowing to extract local maxima 2d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::localMinima2dImg (const image::ImageConstPtr &pInImg)
 wrapper function for algorithm allowing to extract local minima 2d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::localMinima2dImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg)
 wrapper function for algorithm allowing to extract local minima 2d from an image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > ipsdk::imaproc::advmorpho::localMaxima2dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > ipsdk::imaproc::advmorpho::localMaxima2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > ipsdk::imaproc::advmorpho::localMinima2dImg_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< LocalExtrema2dImgLvl1 > ipsdk::imaproc::advmorpho::localMinima2dImg_async (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< LocalExtrema2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

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

Author
E. Noirfalise
Date
2016/03/21