Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /