Skip to content

Files

This branch is 13 commits ahead of, 6 commits behind TheAlgorithms/Python:master.

computer_vision

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 28, 2024
Sep 28, 2020
Apr 22, 2024
Jan 13, 2025
Sep 30, 2024
Feb 1, 2023
Mar 13, 2024
Dec 30, 2024
May 31, 2021
Jan 13, 2025
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).