Skip to content

Commit e673b25

Browse files
Update README.md
1 parent 73aff3d commit e673b25

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cartooning Image/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ We aim to transform images into its cartoon. Yes, we will CARTOONIFY the images.
88
OpenCV is an open-source python library used for computer vision and machine learning. It is mainly aimed at real-time computer vision and image processing. It is used to perform different operations on images which transform them using different techniques.
99
In this article, we will try to perform some image transformation using the CV2 version of OpenCV.
1010

11-
### We will install opencv and numpy using the code below:
11+
## We will install opencv and numpy using the code below:
1212
```shell
1313
pip install opencv-python
1414
pip install numpy
1515
```
1616

17-
18-
### Now, we will import required libraries that are cv2 and numpy using the code given below:
17+
## Now, we will import required libraries that are cv2 and numpy using the code given below:
1918
```shell
2019
import cv2
2120
import numpy as np
2221
```
2322

24-
###### Here's an example of cartooning the image:
23+
## Here's an example of cartooning the image:
2524
![Img](https://github.com/aliya-rahmani/Amazing-Python-Scripts/blob/master/Cartooning%20Image/cartoon.png)

0 commit comments

Comments
 (0)