Computer Vision Examples

What is Computer Vision?
“Artificial Intelligence” is the great umbrella carrying underneath “Machine Learning” and “Deep Learning”. Computer vision is a subset of machine learning aiming to understand features in an image along with deriving useful in…


This content originally appeared on DEV Community and was authored by Karim Elkobrossy

What is Computer Vision?
“Artificial Intelligence” is the great umbrella carrying underneath “Machine Learning” and “Deep Learning”. Computer vision is a subset of machine learning aiming to understand features in an image along with deriving useful insights.

Comparison
This is where most people get confused especially when computer vision technologies are introduced such as object detection, image classification and semantic segmentation. Image classification is used when we would like to label the whole image by a single class or multi classes. So, we could have classes such as “dog”, “cat” and “mouse” and the goal is to observe an image and classify it as containing a dog or a cat or a mouse or a mixture of those (multi classes per image). Object detection is slightly more difficult than image classification in which it should it analyze an image, predict all the different classes present in an image with a confidence score for each class and draw a boundary box around the classes. On the other hand, semantic segmentation provides a much deeper view of the image than object detection. It classifies each pixel in the image to the corresponding class rather than just framing the object, so you get to know more about the dimensions of the object.

For clearly distinguishing between the three algorithms, follow the flowchart below:
Image description


This content originally appeared on DEV Community and was authored by Karim Elkobrossy


Print Share Comment Cite Upload Translate Updates
APA

Karim Elkobrossy | Sciencx (2022-04-20T02:49:06+00:00) Computer Vision Examples. Retrieved from https://www.scien.cx/2022/04/20/computer-vision-examples/

MLA
" » Computer Vision Examples." Karim Elkobrossy | Sciencx - Wednesday April 20, 2022, https://www.scien.cx/2022/04/20/computer-vision-examples/
HARVARD
Karim Elkobrossy | Sciencx Wednesday April 20, 2022 » Computer Vision Examples., viewed ,<https://www.scien.cx/2022/04/20/computer-vision-examples/>
VANCOUVER
Karim Elkobrossy | Sciencx - » Computer Vision Examples. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/20/computer-vision-examples/
CHICAGO
" » Computer Vision Examples." Karim Elkobrossy | Sciencx - Accessed . https://www.scien.cx/2022/04/20/computer-vision-examples/
IEEE
" » Computer Vision Examples." Karim Elkobrossy | Sciencx [Online]. Available: https://www.scien.cx/2022/04/20/computer-vision-examples/. [Accessed: ]
rf:citation
» Computer Vision Examples | Karim Elkobrossy | Sciencx | https://www.scien.cx/2022/04/20/computer-vision-examples/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.