image segmentation using pil/any package of python

Posted by sag on Stack Overflow See other posts from Stack Overflow or by sag
Published on 2010-04-11T09:36:32Z Indexed on 2010/04/11 9:43 UTC
Read the original article Hit count: 505

Filed under:
|
|
|

hi all.,

i need to segment an image into regions .i'm using pil.i found no module to segment image in pil. I need this segmented regions as a list or dictionary.

Actually i'm trying to compare the images for similarity in content aware fashion.for that i need to segment the image. i tried segwin tool but it is drawing another image(which is not required and also time consuming)

thans in advance

© Stack Overflow or respective owner

Related posts about pil

Related posts about python