akshitagupta15june / Face-X

Demonstration of different algorithms and operations on faces. Star the repo⭐
https://discord.gg/QapWBRZbVe
MIT License
719 stars 596 forks source link

Cross stitch face pattern finder #1569

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 person 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 person obama

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. The number of colors and the desired image size can be given as an input (note that if you have a embroidery frame with a holes then you shall pass in 100 as size, here is an example for size:100 and 50, colors=5) 100 oba5 50 oba5

Describe alternatives you've considered I personally think that this is the most effective solution🙂

Approach to be followed (optional) null

Additional context before and after obama 100 oba5

issac5693 commented 1 year ago

It would be great if you assign me this issue! please label it under gssoc23 and the appropriate level thanks in advance

github-actions[bot] commented 1 year ago

Hello @issac5693, Thank you for generating an issue to this project! Please wait while we get back to you.