In this video i will show you how you can use OpenCV python to convert a image into cartoon using python

commands used
cv2.imread()
cv2.cvtColor()
cv2.COLOR_BGR2GRAY
cv2.medianBlur()
cv2.adaptiveThreshold()
cv2.ADAPTIVE_THRESH_MEAN_C
cv2.THRESH_BINARY
cv2.bilateralFilter()
cv2.bitwise_and()
cv2.imshow()
cv2.waitKey()
cv2.destroyAllWindows()

Subscribe: https://www.youtube.com/channel/UCej-wawhhPdjVKihCRk2Ang

#python

How To Convert Image Into Cartoonish Image Using Python
6.15 GEEK