converting image into cartoon with python

Опубликовано: 30 Май 2022
на канале: Python with Emad
369
5

In this video, we see how to convert an image into a cartoon using python script. In this code, we use different cv2 modules such as
cv2.kmeans: for reducing the number of colors (color clustering)
cv2.medianBlur: for blurring the image
cv2.adaptiveThreshold: for extracting the edges of the image
cv2.bilateralFilter: for denoising the image
cv2.bitwise_and: merging two images (blurred + edges)

Image credit: Photo by Icons8 Team on Unsplash
Background music: Warm Memories – Emotional Inspiring Piano by Keys of Moon


На этой странице сайта вы можете посмотреть видео онлайн converting image into cartoon with python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Python with Emad 30 Май 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 369 раз и оно понравилось 5 зрителям. Приятного просмотра!