![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for algorithm, based on watershed, allowing to separate grey 2d shapes. More...
#include <IPSDKIPL/IPSDKIPLAdvancedMorphology/IPSDKIPLAdvancedMorphologyExports.h>#include <IPSDKImage/Image/ImageTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/WatershedTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/ShapeGreyscaleTypes.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::watershedGreySeparation2dImg (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| wrapper function for algorithm, based on watershed, allowing to separate grey 2d shapes More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::watershedGreySeparation2dImg (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| wrapper function for algorithm, based on watershed, allowing to separate grey 2d shapes More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API void | ipsdk::imaproc::advmorpho::watershedGreySeparation2dImg (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| wrapper function for algorithm, based on watershed, allowing to separate grey 2d shapes More... | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > | ipsdk::imaproc::advmorpho::watershedGreySeparation2dImg_async (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const attr::eWatershedSeparationMode &inWatershedSeparationMode) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > | ipsdk::imaproc::advmorpho::watershedGreySeparation2dImg_async (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > | ipsdk::imaproc::advmorpho::watershedGreySeparation2dImg_async (const image::ImageConstPtr &pInIntImg, const ipsdk::imaproc::attr::eShapeGreyscaleType &inShapeGreyscaleType, const ipReal32 inDilateFactor, const ipsdk::imaproc::attr::eWatershedSeparationMode &inWatershedSeparationMode, const ipsdk::imaproc::attr::eWatershedProcessingMode &inOptWatershedProcMode, const image::ImagePtr &pOutBinLabImg) |
| asynchronous wrappers | |
| IPSDKIPLADVANCEDMORPHOLOGY_API image::ImagePtr | ipsdk::imaproc::advmorpho::getAsyncProcessorOutput (boost::shared_ptr< WatershedGreySeparation2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for algorithm, based on watershed, allowing to separate grey 2d shapes.
1.8.14