IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ShapeToLabel2dImg.h
Go to the documentation of this file.
1 // ShapeToLabel2dImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL2DIMG_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace segmentation {
26 
27 class ShapeToLabel2dImgLvl1;
28 
31 
43  const ipsdk::image::ImagePtr& pOutLabelImg);
46  const ipsdk::image::ImagePtr& pOutLabelImg);
48 
51 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel2dImgLvl1>
53 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel2dImgLvl1>
55 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel2dImgLvl1>
57  const ipsdk::image::ImagePtr& pOutLabelImg);
58 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel2dImgLvl1>
60  const ipsdk::image::ImagePtr& pOutLabelImg);
62 
66 getAsyncProcessorOutput(boost::shared_ptr<ShapeToLabel2dImgLvl1> pProcessor);
68 
71 
72 } // end of namespace segmentation
73 } // end of namespace shape
74 } // end of namespace imaproc
75 } // end of namespace ipsdk
76 
77 #endif // __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL2DIMG_H__
Definition of import/export macro for library.
boost::shared_ptr< const PlanIndexedShape2dColl > PlanIndexedShape2dCollConstPtr
#define IPSDKIPLSHAPESEGMENTATION_API
Import/Export macro for library IPSDKIPLShapeSegmentation.
Definition: IPSDKIPLShapeSegmentationExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr shapeToLabel2dImg(const ipsdk::shape::segmentation::Shape2dCollConstPtr &pInLabelsShape2d)
wrapper function for algorithm allowing to create a label 2d image from a collection of shape ...
boost::shared_ptr< const Shape2dColl > Shape2dCollConstPtr
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr getAsyncProcessorOutput(boost::shared_ptr< LabelShapeExtraction2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< ShapeToLabel2dImgLvl1 > shapeToLabel2dImg_async(const ipsdk::shape::segmentation::Shape2dCollConstPtr &pInLabelsShape2d)
asynchronous wrappers