IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ShapeToLabel3dImg.h
Go to the documentation of this file.
1 // ShapeToLabel3dImg.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMG_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace segmentation {
26 
27 class ShapeToLabel3dImgLvl1;
28 
31 
42  const ipsdk::image::ImagePtr& pOutLabelImg3d);
45  const ipsdk::image::ImagePtr& pOutLabelImg3d);
47 
50 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel3dImgLvl1>
52 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel3dImgLvl1>
54 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel3dImgLvl1>
56  const ipsdk::image::ImagePtr& pOutLabelImg3d);
57 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<ShapeToLabel3dImgLvl1>
59  const ipsdk::image::ImagePtr& pOutLabelImg3d);
61 
65 getAsyncProcessorOutput(boost::shared_ptr<ShapeToLabel3dImgLvl1> pProcessor);
67 
70 
71 } // end of namespace segmentation
72 } // end of namespace shape
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
76 #endif // __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMG_H__
Definition of import/export macro for library.
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< ShapeToLabel3dImgLvl1 > shapeToLabel3dImg_async(const ipsdk::shape::segmentation::Shape3dCollConstPtr &pInLabelsShape3d)
asynchronous wrappers
#define IPSDKIPLSHAPESEGMENTATION_API
Import/Export macro for library IPSDKIPLShapeSegmentation.
Definition: IPSDKIPLShapeSegmentationExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const Shape3dColl > Shape3dCollConstPtr
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr getAsyncProcessorOutput(boost::shared_ptr< LabelShapeExtraction2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSHAPESEGMENTATION_API ipsdk::image::ImagePtr shapeToLabel3dImg(const ipsdk::shape::segmentation::Shape3dCollConstPtr &pInLabelsShape3d)
wrapper function for algorithm allowing to create a label 3d image from a collection of shape ...
boost::shared_ptr< const PlanIndexedShape3dColl > PlanIndexedShape3dCollConstPtr