You are here: Start » 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
DetectArc_LSD DetectArc_LSD

Finds arcs in an image using Line Segment Detection method.

FoundationPro
DetectCircle_LSD DetectCircle_LSD

Finds circles in the input image using Line Segment Detection method.

FoundationPro
DetectPolygons_LSD DetectPolygons_LSD

Finds a specified polygons in an image using Line Segment Detection method.

FoundationPro
DetectSegments_LSD DetectSegments_LSD

Finds segments in an image using Line Segment Detection method.

FoundationPro
FitArcToEdges 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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