15 #ifndef __IPSDKIPLSHAPEANALYSIS_LABELANALYSIS3D_H__ 16 #define __IPSDKIPLSHAPEANALYSIS_LABELANALYSIS3D_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/SurfaceExtractionSettings.h> 28 class LabelAnalysis3dLvl1;
103 #endif // __IPSDKIPLSHAPEANALYSIS_LABELANALYSIS3D_H__ IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< LabelAnalysis3dLvl1 > labelAnalysis3d_async(const ipsdk::image::ImageConstPtr &pInGreyMsrImg3d, const ipsdk::image::ImageConstPtr &pInLabelImg3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
asynchronous wrappers
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.
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< LabelAnalysis3dLvl1 > multiSlice_labelAnalysis3d_async(const ipsdk::image::ImageConstPtr &pInGreyMsrImg3d, const ipsdk::image::ImageConstPtr &pInLabelImg3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
asynchronous wrappers
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::MeasureSetPtr labelAnalysis3d(const ipsdk::image::ImageConstPtr &pInGreyMsrImg3d, const ipsdk::image::ImageConstPtr &pInLabelImg3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
wrapper function for Connected component 3d analysis and measurement algorithm
boost::shared_ptr< PlanIndexedMeasureSet > PlanIndexedMeasureSetPtr
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::PlanIndexedMeasureSetPtr multiSlice_labelAnalysis3d(const ipsdk::image::ImageConstPtr &pInGreyMsrImg3d, const ipsdk::image::ImageConstPtr &pInLabelImg3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
wrapper function for Connected component 3d analysis and measurement algorithm
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
boost::shared_ptr< const ipsdk::imaproc::attr::SurfaceExtractionSettings > SurfaceExtractionSettingsConstPtr
shared pointer to const ipsdk::imaproc::attr::SurfaceExtractionSettings
Definition: SurfaceExtractionSettings.h:172
boost::shared_ptr< MeasureSet > MeasureSetPtr
boost::shared_ptr< const MeasureInfoSet > MeasureInfoSetConstPtr