Skip to content

Commit a15901f

Browse files
authored
Fix English grammar in computer vision (TheAlgorithms#3210)
1 parent 92dbebc commit a15901f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

computer_vision/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
Computer vision is a field of computer science that works on enabling computers to see,
44
identify and process images in the same way that human vision does, and then provide appropriate output.
55
It is like imparting human intelligence and instincts to a computer.
6-
Image processing and computer vision and little different from each other.Image processing means applying some algorithms for transforming image from one form to other like smoothing,contrasting, stretching etc
7-
While in 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.
8-
Much like the process of visual reasoning of human vision
6+
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.
7+
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).

0 commit comments

Comments
 (0)