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

Wrapper functions for distance map transform of an input binary image. More...

#include <IPSDKIPL/IPSDKIPLBasicMorphology/IPSDKIPLBasicMorphologyExports.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 ipsdk::image::ImagePtr ipsdk::imaproc::morpho::distanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg)
 wrapper function for distance map transform of an input binary image More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::distanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImagePtr &pOutDistImg)
 wrapper function for distance map transform of an input binary image More...
 
IPSDKIPLBASICMORPHOLOGY_API ipsdk::image::ImagePtr ipsdk::imaproc::morpho::distanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::ipReal32 maxDistance)
 wrapper function for distance map transform of an input binary image constrained to a maximum distance propagation More...
 
IPSDKIPLBASICMORPHOLOGY_API void ipsdk::imaproc::morpho::distanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg)
 wrapper function for distance map transform of an input binary image constrained to a maximum distance propagation More...
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< DistanceMap2dImgLvl1 > ipsdk::imaproc::morpho::distanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< DistanceMap2dImgLvl1 > ipsdk::imaproc::morpho::distanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImagePtr &pOutDistImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< DistanceMap2dImgLvl1 > ipsdk::imaproc::morpho::distanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::ipReal32 maxDistance)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API boost::shared_ptr< DistanceMap2dImgLvl1 > ipsdk::imaproc::morpho::distanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg)
 asynchronous wrappers
 
IPSDKIPLBASICMORPHOLOGY_API ipsdk::image::ImagePtr ipsdk::imaproc::morpho::getAsyncProcessorOutput (boost::shared_ptr< DistanceMap2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for distance map transform of an input binary image.

Author
E.Noirfalise
Date
2015/02/02