Re: Python and Image Processing
- From: Python <python.image@xxxxxxxxx>
- Date: Tue, 18 Nov 2008 03:10:20 -0800 (PST)
On Nov 18, 5:41 am, Bob <ralva...@xxxxxxxxxxx> wrote:
how about python Imaging
Library (PIL)
is it useful for Image Manipulation ?
I took a quick look at this and PIL seems to have some serious
limitations. It seems to basically be an image file input translator
and it lacks many image processing functions e.g. image morphology
operations, equivalents to matlab bwlabel and bwboundaries, etc.
These might be provided by a python wrapper to OpenCVhttp://tinyurl.com/6qe9vl
but I am total newbie to Python and don't know if this is useful.
I almost learned all language specifications in Python and Python
Image Library(PIL).
PIL is very useful for Image analysis. My area is Watermarking and i
finished the code for LSB watermaking
using both Python and Matlab . python is very faster than Matlab in
its speed.
and also i have chosen wxPython for Graphical user interface.
Still some other modules are there for Matrix and plot manipulation
they are
1. numPy (for matrix - becoz python doesn't
have array data type)
2. matplotlib (for histogram and plotting)
and another advantage of python is ,
we can easily convert python script into .exe (in windows) or .bin
(in Linux) executable formats
but in matlab u need always a compiler to run matlab programs.
Any way i am digging all the things.
.
- Follow-Ups:
- Re: Python and Image Processing
- From: ImageAnalyst
- Re: Python and Image Processing
- References:
- Python and Image Processing
- From: sci.image.processing
- Re: Python and Image Processing
- From: bugbear
- Re: Python and Image Processing
- From: sci.image.processing
- Re: Python and Image Processing
- From: ImageAnalyst
- Re: Python and Image Processing
- From: Python
- Re: Python and Image Processing
- From: Bob
- Python and Image Processing
- Prev by Date: 10 bit to 8-bit
- Next by Date: Re: Python and Image Processing
- Previous by thread: Re: Python and Image Processing
- Next by thread: Re: Python and Image Processing
- Index(es):
Relevant Pages
|