IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LabelAnalysis2d.h
Go to the documentation of this file.
1 // LabelAnalysis2d.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPEANALYSIS_LABELANALYSIS2D_H__
16 #define __IPSDKIPLSHAPEANALYSIS_LABELANALYSIS2D_H__
17 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/ContourExtractionSettings.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
28 class LabelAnalysis2dLvl1;
29 
32 
39 labelAnalysis2d(const ipsdk::image::ImageConstPtr& pInGreyMsrImg,
40  const ipsdk::image::ImageConstPtr& pInLabelImg,
41  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
43 labelAnalysis2d(const ipsdk::image::ImageConstPtr& pInGreyMsrImg,
44  const ipsdk::image::ImageConstPtr& pInLabelImg,
45  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings,
46  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
48 
56  const ipsdk::image::ImageConstPtr& pInLabelImg,
57  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
60  const ipsdk::image::ImageConstPtr& pInLabelImg,
61  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings,
62  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
64 
67 IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr<LabelAnalysis2dLvl1>
69  const ipsdk::image::ImageConstPtr& pInLabelImg,
70  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
71 IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr<LabelAnalysis2dLvl1>
73  const ipsdk::image::ImageConstPtr& pInLabelImg,
74  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings,
75  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
76 IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr<LabelAnalysis2dLvl1>
78  const ipsdk::image::ImageConstPtr& pInLabelImg,
79  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
80 IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr<LabelAnalysis2dLvl1>
82  const ipsdk::image::ImageConstPtr& pInLabelImg,
83  const ipsdk::imaproc::attr::ContourExtractionSettingsConstPtr& pInOptContourExtractionSettings,
84  const ipsdk::shape::analysis::MeasureInfoSetConstPtr& pInMeasureInfoSet2d);
86 
90 getAsyncProcessorOutput(boost::shared_ptr<LabelAnalysis2dLvl1> pProcessor);
92 getAsyncProcessorMultiSliceOutput(boost::shared_ptr<LabelAnalysis2dLvl1> pProcessor);
94 
97 
98 } // end of namespace analysis
99 } // end of namespace shape
100 } // end of namespace imaproc
101 } // end of namespace ipsdk
102 
103 #endif // __IPSDKIPLSHAPEANALYSIS_LABELANALYSIS2D_H__
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< LabelAnalysis2dLvl1 > labelAnalysis2d_async(const ipsdk::image::ImageConstPtr &pInGreyMsrImg, const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet2d)
asynchronous wrappers
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::MeasureSetPtr labelAnalysis2d(const ipsdk::image::ImageConstPtr &pInGreyMsrImg, const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet2d)
wrapper function for Connected component 2d analysis and measurement algorithm
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::MeasureSetPtr getAsyncProcessorOutput(boost::shared_ptr< LabelAnalysis2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::PlanIndexedMeasureSetPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< LabelAnalysis2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::ContourExtractionSettings > ContourExtractionSettingsConstPtr
shared pointer to const ipsdk::imaproc::attr::ContourExtractionSettings
Definition: ContourExtractionSettings.h:173
boost::shared_ptr< PlanIndexedMeasureSet > PlanIndexedMeasureSetPtr
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< LabelAnalysis2dLvl1 > multiSlice_labelAnalysis2d_async(const ipsdk::image::ImageConstPtr &pInGreyMsrImg, const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet2d)
asynchronous wrappers
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
boost::shared_ptr< MeasureSet > MeasureSetPtr
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::PlanIndexedMeasureSetPtr multiSlice_labelAnalysis2d(const ipsdk::image::ImageConstPtr &pInGreyMsrImg, const ipsdk::image::ImageConstPtr &pInLabelImg, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet2d)
wrapper function for Connected component 2d analysis and measurement algorithm
boost::shared_ptr< const MeasureInfoSet > MeasureInfoSetConstPtr