IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Typedefs
ShapeAnalysis3d.h File Reference

Wrapper functions for Shape 3d analysis and measurement algorithm. More...

#include <IPSDKIPL/IPSDKIPLShapeAnalysis/IPSDKIPLShapeAnalysisExports.h>
#include <IPSDKIPL/IPSDKIPLShapeAnalysis/Processor/ShapeAnalysisTypes.h>
#include <IPSDKGeometry/Entity/3d/Shape/Shape3dTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::shape::analysis
 Namespace aggregating shape analysis image processing algorithms.
 

Typedefs

typedef ShapeAnalysisOptParams< ipsdk::shape::segmentation::Shape3dCollipsdk::imaproc::shape::analysis::ShapeAnalysis3dOptParams
 optional parameter type for mono slice shape analysis
 
typedef ShapeAnalysisOptParams< ipsdk::shape::segmentation::PlanIndexedShape3dCollipsdk::imaproc::shape::analysis::ShapeAnalysis3dPIOptParams
 optional parameter type for mono slice shape analysis
 

Functions

IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::MeasureSetPtr ipsdk::imaproc::shape::analysis::shapeAnalysis3d (const ipsdk::image::ImageConstPtr &pInOptGreyMsrImg3d1, const ipsdk::shape::segmentation::Shape3dCollConstPtr &pInLabelsShape3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
 wrapper function for Shape 3d analysis and measurement algorithm More...
 
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::MeasureSetPtr ipsdk::imaproc::shape::analysis::shapeAnalysis3d (const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d, const ipsdk::shape::segmentation::Shape3dCollConstPtr &pInLabelsShape3d, const ipsdk::imaproc::shape::analysis::ShapeAnalysis3dOptParams &shapeAnalysis3dOptParams)
 wrapper function for Shape 3d analysis and measurement algorithm More...
 
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::PlanIndexedMeasureSetPtr ipsdk::imaproc::shape::analysis::multiSlice_shapeAnalysis3d (const ipsdk::image::ImageConstPtr &pInOptGreyMsrImg3d1, const ipsdk::shape::segmentation::PlanIndexedShape3dCollConstPtr &pInPILabelsShape3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
 wrapper function for Shape 3d analysis and measurement algorithm More...
 
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::PlanIndexedMeasureSetPtr ipsdk::imaproc::shape::analysis::multiSlice_shapeAnalysis3d (const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d, const ipsdk::shape::segmentation::PlanIndexedShape3dCollConstPtr &pInPILabelsShape3d, const ipsdk::imaproc::shape::analysis::ShapeAnalysis3dPIOptParams &shapeAnalysis3dPIOptParams)
 wrapper function for Shape 3d analysis and measurement algorithm More...
 
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< ShapeAnalysis3dLvl1 > ipsdk::imaproc::shape::analysis::shapeAnalysis3d_async (const ipsdk::image::ImageConstPtr &pInOptGreyMsrImg3d1, const ipsdk::shape::segmentation::Shape3dCollConstPtr &pInLabelsShape3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
 asynchronous wrappers
 
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< ShapeAnalysis3dLvl1 > ipsdk::imaproc::shape::analysis::shapeAnalysis3d_async (const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d, const ipsdk::shape::segmentation::Shape3dCollConstPtr &pInLabelsShape3d, const ipsdk::imaproc::shape::analysis::ShapeAnalysis3dOptParams &shapeAnalysis3dOptParams)
 asynchronous wrappers
 
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< ShapeAnalysis3dLvl1 > ipsdk::imaproc::shape::analysis::multiSlice_shapeAnalysis3d_async (const ipsdk::image::ImageConstPtr &pInOptGreyMsrImg3d1, const ipsdk::shape::segmentation::PlanIndexedShape3dCollConstPtr &pInPILabelsShape3d, const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d)
 asynchronous wrappers
 
IPSDKIPLSHAPEANALYSIS_API boost::shared_ptr< ShapeAnalysis3dLvl1 > ipsdk::imaproc::shape::analysis::multiSlice_shapeAnalysis3d_async (const ipsdk::shape::analysis::MeasureInfoSetConstPtr &pInMeasureInfoSet3d, const ipsdk::shape::segmentation::PlanIndexedShape3dCollConstPtr &pInPILabelsShape3d, const ipsdk::imaproc::shape::analysis::ShapeAnalysis3dPIOptParams &shapeAnalysis3dPIOptParams)
 asynchronous wrappers
 
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::MeasureSetPtr ipsdk::imaproc::shape::analysis::getAsyncProcessorOutput (boost::shared_ptr< ShapeAnalysis3dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLSHAPEANALYSIS_API ipsdk::shape::analysis::PlanIndexedMeasureSetPtr ipsdk::imaproc::shape::analysis::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< ShapeAnalysis3dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Shape 3d analysis and measurement algorithm.

Author
H. Delestre
Date
2016/02/02