IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LabelShapeExtraction2d.h
Go to the documentation of this file.
1 // LabelShapeExtraction2d.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2D_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2D_H__
17 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ContourExtractionSettings.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace segmentation {
27 
28 class LabelShapeExtraction2dLvl1;
29 
32 
42  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings);
44 
54  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings);
56 
59 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<LabelShapeExtraction2dLvl1>
61 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<LabelShapeExtraction2dLvl1>
63  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings);
64 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<LabelShapeExtraction2dLvl1>
66 IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr<LabelShapeExtraction2dLvl1>
68  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings);
70 
74 getAsyncProcessorOutput(boost::shared_ptr<LabelShapeExtraction2dLvl1> pProcessor);
76 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<LabelShapeExtraction2dLvl1> pProcessor);
78 
81 
82 } // end of namespace segmentation
83 } // end of namespace shape
84 } // end of namespace imaproc
85 } // end of namespace ipsdk
86 
87 #endif // __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2D_H__
Definition of import/export macro for library.
boost::shared_ptr< PlanIndexedShape2dColl > PlanIndexedShape2dCollPtr
#define IPSDKIPLSHAPESEGMENTATION_API
Import/Export macro for library IPSDKIPLShapeSegmentation.
Definition: IPSDKIPLShapeSegmentationExports.h:25
boost::shared_ptr< Shape2dColl > Shape2dCollPtr
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< LabelShapeExtraction2dLvl1 > multiSlice_labelShapeExtraction2d_async(const ipsdk::image::ImageConstPtr &pInLabelImg)
asynchronous wrappers
boost::shared_ptr< const ipsdk::imaproc::attr::ContourExtractionSettings > ContourExtractionSettingsConstPtr
shared pointer to const ipsdk::imaproc::attr::ContourExtractionSettings
Definition: ContourExtractionSettings.h:173
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr labelShapeExtraction2d(const ipsdk::image::ImageConstPtr &pInLabelImg)
wrapper function for shape extraction from label 2d image algorithm
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::PlanIndexedShape2dCollPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< LabelShapeExtraction2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::Shape2dCollPtr getAsyncProcessorOutput(boost::shared_ptr< LabelShapeExtraction2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSHAPESEGMENTATION_API ipsdk::shape::segmentation::PlanIndexedShape2dCollPtr multiSlice_labelShapeExtraction2d(const ipsdk::image::ImageConstPtr &pInLabelImg)
wrapper function for shape extraction from label 2d image algorithm
IPSDKIPLSHAPESEGMENTATION_API boost::shared_ptr< LabelShapeExtraction2dLvl1 > labelShapeExtraction2d_async(const ipsdk::image::ImageConstPtr &pInLabelImg)
asynchronous wrappers