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

Wrapper functions for shape extraction from label 2d image algorithm. More...

#include <IPSDKIPL/IPSDKIPLShapeSegmentation/IPSDKIPLShapeSegmentationExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ContourExtractionSettings.h>
#include <IPSDKBaseShapeSegmentation/Entity/2d/Shape2dTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::shape::segmentation
 Namespace aggregating shape segmentation image processing algorithms.
 

Functions

IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr ipsdk::imaproc::shape::segmentation::labelShapeExtraction2d (const ipsdk::image::ImageConstPtr &pInLabelImg)
 wrapper function for shape extraction from label 2d image algorithm More...
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr ipsdk::imaproc::shape::segmentation::labelShapeExtraction2d (const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr &pInOptContourExtractionSettings)
 wrapper function for shape extraction from label 2d image algorithm More...
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::PlanIndexedShape2dCollPtr ipsdk::imaproc::shape::segmentation::multiSlice_labelShapeExtraction2d (const ipsdk::image::ImageConstPtr &pInLabelImg)
 wrapper function for shape extraction from label 2d image algorithm More...
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::PlanIndexedShape2dCollPtr ipsdk::imaproc::shape::segmentation::multiSlice_labelShapeExtraction2d (const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr &pInOptContourExtractionSettings)
 wrapper function for shape extraction from label 2d image algorithm More...
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< LabelShapeExtraction2dLvl1 > ipsdk::imaproc::shape::segmentation::labelShapeExtraction2d_async (const ipsdk::image::ImageConstPtr &pInLabelImg)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< LabelShapeExtraction2dLvl1 > ipsdk::imaproc::shape::segmentation::labelShapeExtraction2d_async (const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr &pInOptContourExtractionSettings)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< LabelShapeExtraction2dLvl1 > ipsdk::imaproc::shape::segmentation::multiSlice_labelShapeExtraction2d_async (const ipsdk::image::ImageConstPtr &pInLabelImg)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< LabelShapeExtraction2dLvl1 > ipsdk::imaproc::shape::segmentation::multiSlice_labelShapeExtraction2d_async (const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr &pInOptContourExtractionSettings)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr ipsdk::imaproc::shape::segmentation::getAsyncProcessorOutput (boost::shared_ptr< LabelShapeExtraction2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::PlanIndexedShape2dCollPtr ipsdk::imaproc::shape::segmentation::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< LabelShapeExtraction2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for shape extraction from label 2d image algorithm.

Author
E.Noirfalise
Date
2016/07/05