15 #ifndef __PYIPSDKIPLADVANCEDMORPHOLOGY_SEEDEDDISTANCEMAPUTILS_H__ 16 #define __PYIPSDKIPLADVANCEDMORPHOLOGY_SEEDEDDISTANCEMAPUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/SeededDistanceMap2dImg/SeededDistanceMap2dImg.h> 20 #include <IPSDKIPL/IPSDKIPLAdvancedMorphology/Processor/SeededDistanceMap3dImg/SeededDistanceMap3dImg.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::advmorpho::SeededDistanceMap2dImgLvl1;
24 class ipsdk::imaproc::advmorpho::SeededDistanceMap3dImgLvl1;
102 #endif // __PYIPSDKIPLADVANCEDMORPHOLOGY_SEEDEDDISTANCEMAPUTILS_H__ #define PYIPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library PyIPSDKIPLAdvancedMorphology.
Definition: PyIPSDKIPLAdvancedMorphologyExports.h:25
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple 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 seede...
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple 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 ima...
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
eNeighborhood3dType
Enumerate describing neighborhood 3d type.
Definition: Neighborhood3dTypes.h:30
eNeighborhood2dType
Enumerate describing neighborhood 2d type.
Definition: Neighborhood2dTypes.h:30
float ipReal32
Base types definition.
Definition: BaseTypes.h:56