something like gimp "fuzzy select" in python/PIL
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-05-02T17:01:28Z
Indexed on
2010/05/02
17:08 UTC
Read the original article
Hit count: 372
I have image with some object at not solid background. I want to extract this objects like in gimp using "fuzzy select". This can be an example:
http://img249.imageshack.us/gal.php?g=25750902.png
Question is what is the best way to do it using python/PIL...
© Stack Overflow or respective owner