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

Wrapper functions for algorithm allowing to create a label 2d image from a collection of shape. More...

#include <IPSDKIPL/IPSDKIPLShapeSegmentation/IPSDKIPLShapeSegmentationExports.h>
#include <IPSDKImage/Image/ImageTypes.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::image::ImagePtr ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg (const ipsdk::shape::segmentation::Shape2dCollConstPtr &pInLabelsShape2d)
 wrapper function for algorithm allowing to create a label 2d image from a collection of shape More...
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg (const ipsdk::shape::segmentation::PlanIndexedShape2dCollConstPtr &pInPILabelsShape2d)
 wrapper function for algorithm allowing to create a label 2d image from a collection of shape More...
 
IPSDKIPLSHAPESEGMENTATION_API void ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg (const ipsdk::shape::segmentation::Shape2dCollConstPtr &pInLabelsShape2d, const ipsdk::image::ImagePtr &pOutLabelImg)
 wrapper function for algorithm allowing to create a label 2d image from a collection of shape More...
 
IPSDKIPLSHAPESEGMENTATION_API void ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg (const ipsdk::shape::segmentation::PlanIndexedShape2dCollConstPtr &pInPILabelsShape2d, const ipsdk::image::ImagePtr &pOutLabelImg)
 wrapper function for algorithm allowing to create a label 2d image from a collection of shape More...
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< ShapeToLabel2dImgLvl1 > ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg_async (const ipsdk::shape::segmentation::Shape2dCollConstPtr &pInLabelsShape2d)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< ShapeToLabel2dImgLvl1 > ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg_async (const ipsdk::shape::segmentation::PlanIndexedShape2dCollConstPtr &pInPILabelsShape2d)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< ShapeToLabel2dImgLvl1 > ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg_async (const ipsdk::shape::segmentation::Shape2dCollConstPtr &pInLabelsShape2d, const ipsdk::image::ImagePtr &pOutLabelImg)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< ShapeToLabel2dImgLvl1 > ipsdk::imaproc::shape::segmentation::shapeToLabel2dImg_async (const ipsdk::shape::segmentation::PlanIndexedShape2dCollConstPtr &pInPILabelsShape2d, const ipsdk::image::ImagePtr &pOutLabelImg)
 asynchronous wrappers
 
IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr ipsdk::imaproc::shape::segmentation::getAsyncProcessorOutput (boost::shared_ptr< ShapeToLabel2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing to create a label 2d image from a collection of shape.

Author
E.Noirfalise
Date
2016/09/05