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

Wrapper functions for seeded distance map transform of an input binary image according to a seeded image. More...

#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Neighborhood/InOptNeighborhood2d.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutDistWeight2d.h>
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/SeededDistanceMap2dImg/SeededDistanceMap2dImgTypes.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData ipsdk::imaproc::advmorpho::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg)
 wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData ipsdk::imaproc::advmorpho::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d)
 wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::DistWeight2dPtr ipsdk::imaproc::advmorpho::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::image::ImagePtr &pOutDistImg)
 wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData ipsdk::imaproc::advmorpho::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::ipReal32 maxDistance)
 wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData ipsdk::imaproc::advmorpho::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance)
 wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API ipsdk::imaproc::attr::DistWeight2dPtr ipsdk::imaproc::advmorpho::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg)
 wrapper function for generic seeded distance map transform of an input binary image according to a seeded image constrained to a maximum distance propagation More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > ipsdk::imaproc::advmorpho::seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > ipsdk::imaproc::advmorpho::seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > ipsdk::imaproc::advmorpho::seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::image::ImagePtr &pOutDistImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > ipsdk::imaproc::advmorpho::seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::ipReal32 maxDistance)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > ipsdk::imaproc::advmorpho::seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededDistanceMap2dImgLvl1 > ipsdk::imaproc::advmorpho::seededDistanceMap2dImg_async (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipsdk::eNeighborhood2dType &neighborhood2d, const ipsdk::ipReal32 maxDistance, const ipsdk::image::ImagePtr &pOutDistImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API DistanceMap2dData ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< SeededDistanceMap2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for seeded distance map transform of an input binary image according to a seeded image.

Author
R. Abbal
Date
2015/09/24