Robotics & Artificial Intelligence

Mention three tasks associated with Computer Vision.

AI Concepts

1 Like

Answer

Three tasks associated with Computer Vision are:

  1. Identification of Object: The system identifies and locates items of interest within a visual frame, separating them from the background.
  2. Extraction of Features: The system extracts distinctive features of the object such as shape, colour, texture or specific patterns that help differentiate it from others.
  3. Classification of Objects: Using the features extracted, the object is then classified into a category (such as person, vehicle, etc.). This classification relies on machine learning models trained with numerous images.

Answered By

2 Likes


Related Questions