Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Program Examples » Rim Identification (Gocator)

Rim Identification (Gocator)

Aim:

The task is to classify different rims.

Input:

Images of rims from Gocator.

Output:

The name of the class to which the rim belongs.

Hints:

For the object classification you can use SVM method.

In images from Gocator, the height map and intensity image are stored in the red and green channels, respectively. You can use the SplitChannels to separate the data.

The information about HMI controls is available in this article.

Solution (FIS):

►Click here to show the solution.

Further Readings