Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Seat Mount

Seat Mount

Aim

The task is to measure a distance between centers of two seat mounting holes.

Input

An image of a seat mount. The location and orientation of the object is variable.

Output

Calculated distance between mounting holes.

Hints

Location of object is variable. To find object's holes combination of Region Analysis and Template Matching techniques can be used. To do measurements, which are independent of object orientation, CoordinateSystem2D connected with a object location must be prepared. Use LocateSingleObject_Edges to create reference CoordinateSystem2D and then use Region Analysis technique on the selected ROI.

Labeling connections is explained in this article.

Solution (FIS)

►Click here to show the solution.

Used Filters

►Click here to show the filters list.

Further Readings

  • Blob Analysis - Article presents detailed information about the Blob Analysis technique.
  • Template Matching - Most detailed description of the Template Matching technique.