[SciPy-user] image processing

Carlos Medrano ctmedra at unizar.es
Tue Oct 24 04:25:41 EDT 2006


Vicent Mas (V+ <vmas <at> carabos.com> writes:

> 
> Hello,
> 
> I'm a newcomer to process image and scipy. I'm trying to process a 
> binary image in order to get the biggest connected component. In matlab 
> one can use the bwareaopen to achieve this goal but I don't know how to 
> do it with scipy.  I've been looking at scipy.ndimage module with no 
> luck. Could you help me, please?
> 
> Thanks in advance.

I dont' know if this can help you, but check:

OpenCV library (supposed to have a python interface)

http://opencvlibrary.sourceforge.net/Welcome?highlight=%28%28Welcome%29%29

and PIL (Python Imaging library)

http://www.pythonware.com/products/index.htm


Carlos Medrano







More information about the SciPy-User mailing list