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

Wrapper functions for seeded watershed 2d algorithm. More...

#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/WatershedTypes.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::seededWatershed2dImg (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode)
 wrapper function for seeded watershed 2d algorithm More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::seededWatershed2dImg (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode)
 wrapper function for seeded watershed 2d algorithm More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API void ipsdk::imaproc::advmorpho::seededWatershed2dImg (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const ipUInt32 inOptNbMinDataByThread, const image::ImagePtr &pOutBinLabImg)
 wrapper function for seeded watershed 2d algorithm More...
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed2dImgLvl1 > ipsdk::imaproc::advmorpho::seededWatershed2dImg_async (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed2dImgLvl1 > ipsdk::imaproc::advmorpho::seededWatershed2dImg_async (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< SeededWatershed2dImgLvl1 > ipsdk::imaproc::advmorpho::seededWatershed2dImg_async (const image::ImageConstPtr &pInIntImg, const image::ImageConstPtr &pInLabMarkImg, const ipsdk::imaproc::attr::eWatershedOutputMode &inWatershedOutputMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const ipUInt32 inOptNbMinDataByThread, const image::ImagePtr &pOutBinLabImg)
 asynchronous wrappers
 
IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< SeededWatershed2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for seeded watershed 2d algorithm.

Author
E. Noirfalise
Date
2016/03/21