Hello Viewers,
In this video I have demonstrated how we convert any cartoon image to sketch using python .
we can also call this project as image to sketch, image to sketch using python, image to sketch using OpenCV and so on ..
Source code :-
import cv2
img = cv2.imread('Image path here')
gray_img = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)
invert = cv2.bitwise_not(gray_img)
blurr = cv2.GaussianBlur(invert,(21,21),0)
invert_blurr = cv2.bitwise_not(blurr)
sketch = cv2.divide(gray_img,invert_blurr,scale=256.0)
cv2.imwrite("output.png",sketch)
I have Created this application using core functions and techniques used for application development using Python. This tutorial is designed for beginners trying to get started with python as well as some basic concepts of Machine learning
Source code and other requirements :-
https://github.com/AdityaWadkar/Fake-...
Do Like, share and Subscribe to my YouTube channel for more such updates
#projectmaker #opencv #image #python
My personal Portfolio website :-
https://adityawadkar.netlify.app/
Access Aditi-The Assistant playlist here :
https://clck.ru/ouVYN
Access python project playlist here :
https://clck.ru/Yv8iW
Access Java project playlist here :
https://clck.ru/Z8NBn
YouTube Shorts playlist :
https://clck.ru/Ytsgs
Python turtle graphics playlist :
https://clck.ru/Yqm3o
must watch YouTube video :
Alexa Live demo : • Virtual Assistant using python || pa...
amazing cross and nuts game in android studio :
• cross and nuts game using android stu...
Instagram Hacks:
• download Instagram profile pic || py...
Your queries:
image to sketch
image to sketch python
how to convert image to sketch
image to pencil sketch
OpenCV for beginners
OpenCV tutorials
python project for beginners
python project
image to sketch in 10 lines
image to one line sketch
for any queries, feel free to contact me on social media :
Instagram :- / project_maker___
LinkedIn :- / aditya-wadkar