Skip to content

Files

Latest commit

6314195 · Nov 11, 2021

History

History
This branch is 1 commit ahead of, 1170 commits behind TheAlgorithms/Python:master.

computer_vision

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 11, 2021
Sep 28, 2020
Jun 24, 2021
Nov 8, 2021
Oct 23, 2021
May 31, 2021
Nov 8, 2021

Computer Vision

Computer vision is a field of computer science that works on enabling computers to see, identify and process images in the same way that human does, and provide appropriate output.

It is like imparting human intelligence and instincts to a computer. Image processing and computer vision are a little different from each other. Image processing means applying some algorithms for transforming image from one form to the other like smoothing, contrasting, stretching, etc.

While computer vision comes from modelling image processing using the techniques of machine learning, computer vision applies machine learning to recognize patterns for interpretation of images (much like the process of visual reasoning of human vision).