You are here: Start » Function Reference » Computer Vision » Shape Fitting 3D
Shape Fitting 3D
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
CreateCircleFittingMap3D | Precomputes a data object that is required for fast circle fitting on surfaces. Used together with circle fitting, but can be moved before the loop. |
Vision3DStandard | ||
CreatePathFittingMap3D | Precomputes a data object that is required for fast path fitting on surfaces. Used together with path fitting, but can be moved before the loop. |
Vision3DStandard | ||
CreateSegmentFittingMap3D | Precomputes a data object that is required for fast segment fitting on surfaces. Used together with segment fitting, but can be moved before the loop. |
Vision3DStandard | ||
CreateSurfaceMeasurementMap | (Pre)computes surface sampling locations used by MeasureObjectWidth3D function. |
Vision3DStandard | ||
FitCircleToEdges3D | FitCircleToEdges3D | Performs a series of 1D edge detections and finds a circle that best matches the detected points. Precise detection of a circular object or hole, whose rough location is known beforehand. |
Vision3DStandard | |
FitCircleToEdges3D_Direct | FitCircleToEdges3D_Direct | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. Precise detection of a circular object or hole, whose rough location is known beforehand. |
Vision3DStandard | |
FitCircleToRidges3D | FitCircleToRidges3D | Performs a series of 1D ridge detections and finds a circle that best matches the detected points. Precise detection of a circular object or hole, whose rough location is known beforehand. |
Vision3DStandard | |
FitCircleToRidges3D_Direct | FitCircleToRidges3D_Direct | Performs a series of 1D ridge detections in 3D and finds a circle that best matches the detected points. Precise detection of a circular object or hole, whose rough location is known beforehand. |
Vision3DStandard | |
FitCircleToStripe3D | FitCircleToStripe3D | Performs a series of 1D edge detections and finds a circle that best matches the detected points. Precise detection of a circular object or hole, whose rough location is known beforehand. |
Vision3DStandard | |
FitCircleToStripe3D_Direct | FitCircleToStripe3D_Direct | Performs a series of 1D edge detections in 3D and finds a circle that best matches the detected points. Precise detection of a circular object or hole, whose rough location is known beforehand. |
Vision3DStandard | |
FitPathToEdges3D | FitPathToEdges3D | Performs a series of 1D edge detections and creates a path from the detected points. Tracing of an object contour, whose rough location and shape is known beforehand. |
Vision3DStandard | |
FitPathToEdges3D_Direct | FitPathToEdges3D_Direct | Performs a series of 1D edge detections in 3D and creates a path from the detected points. Tracing of an object contour, whose rough location and shape is known beforehand. |
Vision3DStandard | |
FitPathToRidges3D | FitPathToRidges3D | Performs a series of 1D ridge detections and creates a path from the detected points. Tracing of a thin line, whose rough location is known beforehand. |
Vision3DStandard | |
FitPathToRidges3D_Direct | FitPathToRidges3D_Direct | Performs a series of 1D ridge detections in 3D and creates a path from the detected points. Tracing of a thin line, whose rough location and shape is known beforehand. |
Vision3DStandard | |
FitPathToStripe3D | FitPathToStripe3D | Performs a series of 1D stripe detections and creates a path from the detected points. Tracing of a stripe, whose rough location and shape is known beforehand. |
Vision3DStandard | |
FitPathToStripe3D_Direct | FitPathToStripe3D_Direct | Performs a series of 1D stripe detections in 3D and creates a path from the detected points. Tracing of a stripe, whose rough location and shape is known beforehand. |
Vision3DStandard | |
FitSegmentToEdges3D | FitSegmentToEdges3D | Performs a series of 1D edge detections and finds a segment that best matches the detected points. Precise detection of a straight edge, whose rough location is known beforehand. |
Vision3DStandard | |
FitSegmentToEdges3D_Direct | FitSegmentToEdges3D_Direct | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. Precise detection of a straight edge, whose rough location is known beforehand. |
Vision3DStandard | |
FitSegmentToRidges3D | FitSegmentToRidges3D | Performs a series of 1D ridge detections and finds a segment that best matches the detected points. Precise detection of a thin straight line, whose rough location is known beforehand. |
Vision3DStandard | |
FitSegmentToRidges3D_Direct | FitSegmentToRidges3D_Direct | Performs a series of 1D ridge detections in 3D and finds a segment that best matches the detected points. Precise detection of a thin straight line, whose rough location is known beforehand. |
Vision3DStandard | |
FitSegmentToStripe3D | FitSegmentToStripe3D | Performs a series of 1D edge detections and finds a segment that best matches the detected points. Precise detection of a straight edge, whose rough location is known beforehand. |
Vision3DStandard | |
FitSegmentToStripe3D_Direct | FitSegmentToStripe3D_Direct | Performs a series of 1D edge detections in 3D and finds a segment that best matches the detected points. Precise detection of a straight edge, whose rough location is known beforehand. |
Vision3DStandard | |
MeasureObjectWidth3D | Measures the width of an object using stripe detection. Easy and precise measurement of distances between to straight parallel edges. |
Vision3DStandard |