ashishsahu1 / ML-ProjectYard

This repo consists of multiple machine learning based projects with frontend
Mozilla Public License 2.0
210 stars 145 forks source link

Add Cartoonify Image using K means Clustering Algorithm #405

Closed NEERAJAP2001 closed 3 years ago

NEERAJAP2001 commented 3 years ago

This project would be one of such inspiration which cartoonizes images and videos using only core OpenCV filters and functions.It also will be using a K-means clustering algorithm to compress the image. This clustering gives it the basic cartoonish tinge it requires.

Algorithm- K_Means Clustering Filters-Bilateral Filter, Contours, erode, Canny(edge detection)

ashishsahu1 commented 3 years ago

@NEERAJAP2001 will you work on GUI too?

NEERAJAP2001 commented 3 years ago

No @ashishsahu1 I'll do only the script+Notebook.

gpriya32 commented 3 years ago

@NEERAJAP2001 ensure that itshouldnt be similar to other cartoonifying repos

NEERAJAP2001 commented 3 years ago

yeah @gpriya32, I'll be using a different algorithm. Thanks

NEERAJAP2001 commented 3 years ago

Can I Start working @ashishsahu1 @gpriya32 ?