Re: Color Segmentation w/ PIL?

2007-05-27 Thread 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

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


Re: Color Segmentation w/ PIL?

2007-05-27 Thread jelle feringa
You might be interested in the ndimage module of scipy:
http://www.scipy.org/SciPyPackages/Ndimage

If you need a very serious image processing framework, ITK is might be very
interesting:
http://www.itk.org/
If so, have a look at the more Pythonic interface developed for it:
www.insight-journal.org/
.../1926/188/2/WrapITK_-_Enhanced_languages_support_for_the_Insight_Toolkit.pdf


Cheers,

-jelle




-- 
http://mail.python.org/mailman/listinfo/python-list


Color Segmentation w/ PIL?

2007-03-22 Thread 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?

-- 
http://mail.python.org/mailman/listinfo/python-list