Skip to content

Files

Latest commit

1cfca52 · Jun 17, 2024

History

History
This branch is 131 commits behind TheAlgorithms/Python:master.

computer_vision

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 24, 2024
Sep 28, 2020
Apr 22, 2024
Aug 15, 2023
Jun 17, 2024
Feb 1, 2023
Mar 13, 2024
May 31, 2021
Oct 7, 2023
Nov 16, 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).