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

Utility functions for seeded distance map python wrapping. More...

#include <Python/PyIPSDKIPLAdvancedMorphology/PyIPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/SeededDistanceMap2dImg/SeededDistanceMap2dImg.h>
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/SeededDistanceMap3dImg/SeededDistanceMap3dImg.h>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::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...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::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...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::seededDistanceMap2dImg (const ipsdk::image::ImageConstPtr &pInBinImg, const ipsdk::image::ImageConstPtr &pInBinSeedImg, const ipsdk::ipReal32 maxDistance)
 wrapper function for seeded distance map transform of an input binary image according to a seeded image More...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::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 seeded distance map transform of an input binary image according to a seeded image More...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d)
 wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d)
 wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipsdk::ipReal32 maxDistance)
 wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::seededDistanceMap3dImg (const ipsdk::image::ImageConstPtr &pInBinImg3d, const ipsdk::image::ImageConstPtr &pInBinSeedImg3d, const ipReal64 pixelXSize, const ipReal64 pixelYSize, const ipReal64 pixelZSize, const ipsdk::eNeighborhood3dType &neighborhood3d, const ipsdk::ipReal32 maxDistance)
 wrapper function for seeded distance map transform of a 3d input binary image according to a 3d seeded image More...
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::advmorpho::SeededDistanceMap2dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::advmorpho::SeededDistanceMap3dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for seeded distance map python wrapping.

Author
E. Noirfalise
Date
2016/01/21