You are here: Start » AVL.NET » 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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