You are here: Start » AVL.NET » Function Reference » Computer Vision » Shape Fitting

Shape Fitting

Icon Name Description / Applications Modules
CreateArcFittingMap

Precomputes a data object that is required for fast arc fitting on images.


Used together with arc fitting, but can be moved before the loop.

MetrologyPro
CreateCircleFittingMap

Precomputes a data object that is required for fast circle fitting on images.


Used together with circle fitting, but can be moved before the loop.

MetrologyPro
CreatePathFittingMap

Precomputes a data object that is required for fast path fitting on images.


Used together with path fitting, but can be moved before the loop.

MetrologyPro
CreateSegmentFittingMap

Precomputes a data object that is required for fast segment fitting on images.


Used together with segment fitting, but can be moved before the loop.

MetrologyPro
FitArcToEdges

Performs a series of 1D edge detections and finds an arc that best matches the detected points.


Precise detection of an arciform edge, whose rough location is known beforehand.

MetrologyPro
FitArcToEdges_Direct

Performs a series of 1D edge detections and finds an arc that best matches the detected points.


Precise detection of an arciform edge, whose rough location is known beforehand.

MetrologyPro
FitArcToRidges

Performs a series of 1D ridge detections and finds an arc that best matches the detected points.


Precise detection of a thin arciform line, whose rough location is known beforehand.

MetrologyPro
FitArcToRidges_Direct

Performs a series of 1D ridge detections and finds an arc that best matches the detected points.


Precise detection of a thin arciform line, whose rough location is known beforehand.

MetrologyPro
FitArcToStripe

Performs a series of 1D stripe detections and finds an arc that best matches the detected points.


Precise detection of a ring section, whose rough location is known beforehand.

MetrologyPro
FitArcToStripe_Direct

Performs a series of 1D stripe detections and finds an arc that best matches the detected points.


Precise detection of a ring section, whose rough location is known beforehand.

MetrologyPro
FitCircleToEdges

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.

MetrologyPro
FitCircleToEdges_Direct

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.

MetrologyPro
FitCircleToRidges

Performs a series of 1D ridge detections and finds a circle that best matches the detected points.


Precise detection of a thin circular line, whose rough location is known beforehand.

MetrologyPro
FitCircleToRidges_Direct

Performs a series of 1D ridge detections and finds a circle that best matches the detected points.


Precise detection of a thin circular line, whose rough location is known beforehand.

MetrologyPro
FitCircleToStripe

Performs a series 1D stripe detections and finds a circle that best matches the detected points.


Precise detection of ring-shaped objects, whose rough location is known beforehand.

MetrologyPro
FitCircleToStripe_Direct

Performs a series 1D stripe detections and finds a circle that best matches the detected points.


Precise detection of ring-shaped objects, whose rough location is known beforehand.

MetrologyPro
FitPathToEdges

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.

MetrologyPro
FitPathToEdges_Direct

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.

MetrologyPro
FitPathToRidges

Performs a series of 1D ridge detections and creates a path from the detected points.


Tracing of a thin line, whose rough location and shape is known beforehand.

MetrologyPro
FitPathToRidges_Direct

Performs a series of 1D ridge detections and creates a path from the detected points.


Tracing of a thin line, whose rough location and shape is known beforehand.

MetrologyPro
FitPathToStripe

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.

MetrologyPro
FitPathToStripe_Direct

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.

MetrologyPro
FitSegmentToEdges

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.

MetrologyPro
FitSegmentToEdges_Direct

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.

MetrologyPro
FitSegmentToRidges

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.

MetrologyPro
FitSegmentToRidges_Direct

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.

MetrologyPro
FitSegmentToStripe

Performs a series of 1D stripe detections and finds a segment that best matches the detected points.


Precise detection of a straight stripe, whose rough location is known beforehand.

MetrologyPro
FitSegmentToStripe_Direct

Performs a series of 1D stripe detections and finds a segment that best matches the detected points.


Precise detection of a straight stripe, whose rough location is known beforehand.

MetrologyPro