Can you identify the actor in this image?
Yes, he is none other than Tom Cruise who has acted in many movies like the Mission Impossible series (Does he ever age?!).
But how were you able to identify him from the image? And how can a computer identify him? While we identified him using our eyes and brain (and the fact that he doesn’t seem to age), the computer uses computer vision to identify celebrity information from the image.
How? You will get the answer in this lesson!
At the end of the lesson, you will be able to:
The following example shows a project that identifies the object in the image, i.e. a person, who that person is, i.e. a celebrity, his name, what he’s wearing, and the brand his clothes belong to.
Let’s begin!
To understand computer vision, first, we must look at how human vision works.
All these steps happen at a very fast pace due to the perfection of the human eye and brain coordination.
A self-driving car is a vehicle that is capable of sensing its environment and moving safely with little or no human input.
For this example, let us consider that a self-driving car can go forward, turn left, right, or stop. Let’s see how the car would react if a pedestrian comes in front of it.
In feature recognition, you can get the location and other parameters of the recognized celebrity, brand, and object using the recognized () () () block. You can get the following parameters using this block:
Follow the steps below for drawing the bounding box:
Your project is complete! Click the green flag to run the script.
Computer Vision is used for various purposes in a wide range of industries such as healthcare, agriculture, insurance, automotive industries, etc.