You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python/Image Editor/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,11 @@ python image_editor.py
46
46
```
47
47
****
48
48
49
+
# Image Cartoonifier
50
+
- Here we convert the simple image into cartoonified using cv library , here we first get the image then we change the grey scales and image shades so then the output carttonified image will be shown.
51
+
-**Requirements** -> cv2 module
52
+
-**How To Use It** ->Here we need an image for converting so get the image in to the script folder then run the script so the cartoonified image will be obtained ,here we can change the gray scale of the image as per our requirement.
0 commit comments