Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 584034d

Browse files
authored
Create README.md
1 parent 2ba06f4 commit 584034d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Image Processing
2+
3+
Image Processing is most commonly termed as 'Digital Image Processing' and the domain in which it is frequently used is 'Computer Vision'.
4+
Don't be confused - we are going to talk about both of these terms and how they connect.
5+
Both Image Processing algorithms and Computer Vision (CV) algorithms take an image as input; however, in image processing,
6+
the output is also an image, whereas in computer vision the output can be some features/information about the image.
7+
8+
## OpenCV
9+
10+
![](https://logodix.com/logo/1989939.png)
11+
12+
## Installation
13+
14+
### Windows
15+
16+
$ pip install opencv-python
17+
### MacOS
18+
$ brew install opencv3 --with-contrib --with-python3
19+
### Linux
20+
$ sudo apt-get install libopencv-dev python-opencv
21+

0 commit comments

Comments
 (0)