avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.12k stars 912 forks source link

[Feat]: Cross stitch pattern finder #2015

Open issac5693 opened 1 year ago

issac5693 commented 1 year ago

Is your feature request related to a problem? Please describe.

Cross stitching is a form of embroidery that involves creating decorative patterns or designs by sewing X-shaped stitches onto fabric. When you want to create an embroidery of a picture/image you'll have to first create a simplified sketch of it ie...you can't embroide that image with the same exact colors, cause there'll be a lot of them. Take a look at this image, we can see that this image consist of a lot of colors. Its difficult to embroide this image cat

Describe the solution you'd like.

The above mentioned problem can be solved by using machine learning ie.. the K means algoritm can be used to reduce the complexity/no0fColors by image quantisation cat

Describe alternatives you've considered.

I personally think that this is the most effective solution🙂

Show us the magic with screenshots

before and after cat cat

Record

avinashkranjan commented 12 months ago

Go Ahead @issac5693

issac5693 commented 12 months ago

I'll do it tonight!