From 3aef85bceca826fb8151ecb553a2e4d272c77953 Mon Sep 17 00:00:00 2001 From: eba <56650568+EvanBlaine@users.noreply.github.com> Date: Sun, 11 Oct 2020 19:17:01 -0500 Subject: [PATCH] Fix English grammar in computer vision (#3210) --- computer_vision/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/computer_vision/README.md b/computer_vision/README.md index 8b1812de8..94ee49308 100644 --- a/computer_vision/README.md +++ b/computer_vision/README.md @@ -3,6 +3,5 @@ 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 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 -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. -Much like the process of visual reasoning of human vision +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).