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

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

#include <Python/PyIPSDKIPLAdvancedMorphology/PyIPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/RidgeLine2dImg/RidgeLine2dImg.h>
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/RidgeLine3dImg/RidgeLine3dImg.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::ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection)
 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::ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection)
 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::ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter)
 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::ridgeLine2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter)
 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::ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection)
 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::ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection)
 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::ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter)
 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::ridgeLine3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::image::ImageConstPtr &pInOptMaskImg, const ipsdk::imaproc::attr::ePropagationAxis &pInPropagationAxis, const ipsdk::imaproc::attr::ePropagationDirection &pInPropagationDirection, const ipsdk::ipUInt32 nbIter)
 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::RidgeLine2dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine3dImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for seeded distance map python wrapping.

Author
R. Abbal
Date
2022/01/07