mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Add README files 2/8 (#5766)
* add 5 README files * empty commit to (hopefully) get rid of the `test-are-failling` label * Update ciphers/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conversions/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update cellular_automata/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update computer_vision/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conversions/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update compression/README.md Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
### Computer Vision
|
||||
# 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.
|
||||
|
||||
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 vision does, and then 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).
|
||||
|
||||
* <https://en.wikipedia.org/wiki/Computer_vision>
|
||||
* <https://www.algorithmia.com/blog/introduction-to-computer-vision>
|
||||
|
Reference in New Issue
Block a user