Color Segmentation w/ PIL?

M

MooMaster

I'm trying to write a Digital Image Processing program using the PIL
library, and upon consultation of the Handbook I see that it seems to
have built in functions to run Edge Detection (in the ImageFilter
module), but I don't see anything about Segmentation. Are there any
built-in tools to do this operation? Has anyone done this operation
with PIL in the past that can lead me in the right direction?
 
W

way4thesub

I don't know of any in Python, but an open source image processing package in
Java has been developed at Stanford University - http://www.gemident.net
GemIdent . GemIdent was originally designed to segment cells from
miscroscopic images and, more generally, can identify objects of interest
and do color image segmentation. Maybe some of the code can I apply to your
project and you can bridge the gap using Jython.

Adam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top