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 MooMaster wrote: > > 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? > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- View this message in context: http://www.nabble.com/Color-Segmentation-w--PIL--tf3445941.html#a10822775 Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list