Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Calibration With Editor on Original Image

Calibration With Editor on Original Image

Aim:

The aim is to find discs on the input image and check their diameter.

Input:

A few images of black discs and the calibration grid.

Output:

Located objects with their diameters in millimeters.

Hints:

The fastest and simplest way to detect the black discs is the Blob Analysis technique. To fit the circle to the found objects, use the FitCircleToEdges and FitCircleToPoints. You don't have to transform the whole image to get results in millimeters, only the points of the object.

Solution (FIS):

►Click here to show the solution.