Re: Question About Image Processing in Python

2015-05-28 Thread Alan Gauld
On 28/05/15 11:34, Serge Christian Ibala wrote: I want to know which version of Python is compatible (or can be associated with which version of which "tools or package" for image processing) It would help if you told us what kind of image processing. If you mean programmatic manipulation of i

Re: Question About Image Processing in Python

2015-05-28 Thread Sturla Molden
Serge Christian Ibala wrote: > Or what is the recommendation of Python for image processing? Basic setup everyone should have: Python NumPy SciPy (e.g. scipy.ndimage) Cython C and C++ compiler matplotlib scikit-image scikit-learn pillow Also consider: mahotas tifffile (by Christoph Gohlke) Ope

Re: Question About Image Processing in Python

2015-05-28 Thread Todd
On Thu, May 28, 2015 at 1:05 PM, Terry Reedy wrote: > On 5/28/2015 6:34 AM, Serge Christian Ibala wrote: > > > I want to use the following package >> >> “numpy, matplotib, mahotas, ipython OpenCV and SciPy" >> > > opencv seems to be the only one not available for 3.x. > > OpenCV 3 (which is in

Re: Question About Image Processing in Python

2015-05-28 Thread Oscar Benjamin
On 28 May 2015 at 11:34, Serge Christian Ibala wrote: > Hello All, > > I want to know which version of Python is compatible (or can be associated > with which version of which "tools or package" for image processing) > > I am working under Window and it is so complicated to find out which version

Re: Question About Image Processing in Python

2015-05-28 Thread Terry Reedy
On 5/28/2015 6:34 AM, Serge Christian Ibala wrote: I want to know which version of Python is compatible (or can be associated with which version of which "tools or package" for image processing) pillow is a one standard for image processing but I see that mahotas does different things. pillow

Question About Image Processing in Python

2015-05-28 Thread Serge Christian Ibala
Hello All, I want to know which version of Python is compatible (or can be associated with which version of which "tools or package" for image processing) I am working under Window and it is so complicated to find out which version of which tool goes with which other version? I want to use

Re: image processing in python and opencv

2014-03-10 Thread Mark H. Harris
On Sunday, March 9, 2014 2:09:25 PM UTC-5, Gary Herron wrote: > i have no idea how to retrieve indexed images stored in ordered dictionary, > using its values like : blue,green,red mean along with contrast, energy, > homogeneity and correlation. as i have calculated the euclidean distance and >

Re: image processing in python and opencv

2014-03-09 Thread Gary Herron
On 03/09/2014 10:56 AM, Varsha Holla wrote: i have no idea how to retrieve indexed images stored in ordered dictionary, using its values like : blue,green,red mean along with contrast, energy, homogeneity and correlation. as i have calculated the euclidean distance and i don't know how to disp

image processing in python and opencv

2014-03-09 Thread Varsha Holla
i have no idea how to retrieve indexed images stored in ordered dictionary, using its values like : blue,green,red mean along with contrast, energy, homogeneity and correlation. as i have calculated the euclidean distance and i don't know how to display the images which are similar. thanks in a

Re: .mat files processing in Python

2013-06-12 Thread Terry Reedy
On 5/27/2013 4:43 PM, Romila Anamaria wrote: I am beginner in Python programming and I want to make an application Please post plain test only, not html (with a font size too small to read ;-). Don't send attachments, especially not 2 MB files. -- Terry Jan Reedy -- http://mail.python.org/

Re: .mat files processing in Python

2013-06-12 Thread D'Arcy J.M. Cain
On Mon, 27 May 2013 13:43:36 -0700 (PDT) Romila Anamaria wrote: > I am beginner > in Python programming Are you a beginner in using the Internet too? You just sent a 2.69MB message to a mailing list. You shouldn't send huge files like that in email at all but especially not to a mailing list th

Re: Advice needed on parallel processing in python

2010-03-25 Thread bobicanprogram
On Mar 24, 1:13 pm, Jon Clements wrote: > On 24 Mar, 15:27, Glazner wrote: > > > > > Hi! > > > I need to replace an app that does number crunching over a local > > network. > > it have about 50 computers as slaves > > each computer needs to run COM that will do the "job" > > right now the system

Re: Advice needed on parallel processing in python

2010-03-24 Thread Shashwat Anand
have you checked hadoop ? On Wed, Mar 24, 2010 at 11:43 PM, Jon Clements wrote: > On 24 Mar, 15:27, Glazner wrote: > > Hi! > > > > I need to replace an app that does number crunching over a local > > network. > > it have about 50 computers as slaves > > each computer needs to run COM that will d

Re: Advice needed on parallel processing in python

2010-03-24 Thread Jon Clements
On 24 Mar, 15:27, Glazner wrote: > Hi! > > I need to replace an app that does number crunching over a local > network. > it have about 50 computers as slaves > each computer needs to run COM that will do the "job" > right now the system uses MFC threads and DCOM to distribute the load. > > as i sa

Advice needed on parallel processing in python

2010-03-24 Thread Glazner
Hi! I need to replace an app that does number crunching over a local network. it have about 50 computers as slaves each computer needs to run COM that will do the "job" right now the system uses MFC threads and DCOM to distribute the load. as i said, Now i'm trying to replace this system with pyt

Re: Natural Language Processing in Python

2009-08-15 Thread mobiledreamers
Try this out Fotoroll does term extraction http://bit.ly/HCPDi So to get json output of list of terms post to http://fotoroll.com/findterms?json=true&text=Content+to+extract terms from Hope this helps Fotoroll Term extraction No limit on number of queries per day Yahoo 5000 queries a day Zemant

Re: Natural Language Processing in Python

2009-08-15 Thread wwwayne
On Fri, 14 Aug 2009 09:31:43 -0700 (PDT), Prateek wrote: >Hi, > >Can somebody please provide me link to a good online resource or e- >book for doing natural language processing programming in Python. > >Thanks, >Prateek http://www.nltk.org/book -- http://mail.python.org/mailman/listinfo/python

Re: Natural Language Processing in Python

2009-08-15 Thread Vlastimil Brom
2009/8/14 Prateek : > Hi, > > Can somebody please provide me link to a good online resource or e- > book for doing natural language processing programming in Python. > > Thanks, > Prateek > -- > http://mail.python.org/mailman/listinfo/python-list > Maybe you could start with NLTK http://www.nltk.o

Re: Natural Language Processing in Python

2009-08-15 Thread Ned Deily
In article , Prateek wrote: > Can somebody please provide me link to a good online resource or e- > book for doing natural language processing programming in Python. Check out the Natural Language Toolkit: http://www.nltk.org/ -- Ned Deily, n...@acm.org -- http://mail.python.org/mailman/l

Re: Natural Language Processing in Python

2009-08-15 Thread Alejandro E. Ciniglio
nltk is a good start, we used it in my Computational Linguistics course in school. www.nltk.org --Alejandro -- http://mail.python.org/mailman/listinfo/python-list

Re: Natural Language Processing in Python

2009-08-14 Thread Jeroen Ruigrok van der Werven
-On [20090814 18:39], Prateek (prateekkakir...@gmail.com) wrote: >Can somebody please provide me link to a good online resource or e- >book for doing natural language processing programming in Python. http://www.nltk.org/ comes to mind. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァ

Natural Language Processing in Python

2009-08-14 Thread Prateek
Hi, Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. Thanks, Prateek -- http://mail.python.org/mailman/listinfo/python-list

Re: Processing in Python

2008-05-21 Thread Salvatore DI DI0
Thanks all of you Regards Salvatore -- http://mail.python.org/mailman/listinfo/python-list

Re: Processing in Python

2008-05-21 Thread Salvatore DI DI0
> He meant it has been re-implemented in Javascript: Indeed :-) There is a jython based NodeBox that runs on windows that can be found > here: > > http://research.nodebox.net/index.php/NodeBoxDev > Thank you -- http://mail.python.org/mailman/listinfo/python-list

Re: Processing in Python

2008-05-20 Thread Diez B. Roggisch
Istvan Albert schrieb: On May 20, 6:13 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: Salvatore DI DI0 schrieb: Hello, The Processing Graphics language has been implemented in Javascript. No, it hasn't. Processing is written in Java. He meant it has been re-implemented in Javascript: ht

Re: Processing in Python

2008-05-20 Thread kib
A PyQt4 version here : http://dev.nodebox.net/wiki/Qt , but it's really buggy (no one seems to have fixed it till 5 months). There's even a PyGtk clone of NodeBox here : http://shoebox.sollec.org/ I'll be happy to work on one of these projects, see you : Kib. -- http://mail.python.org/mailman

Re: Processing in Python

2008-05-20 Thread Istvan Albert
On May 20, 6:13 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Salvatore DI DI0 schrieb: > > > Hello, > > > The Processing Graphics language has been implemented in Javascript. > > No, it hasn't. Processing is written in Java. He meant it has been re-implemented in Javascript: http://ejohn.o

Re: Processing in Python

2008-05-20 Thread Anton Hartl
On 2008-05-20, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > Salvatore DI DI0 schrieb: >> Hello, >> >> The Processing Graphics language has been implemented in Javascript. > > No, it hasn't. Processing is written in Java. Yes, it really has been implemented in Javascript: http://ejohn.org/bl

Re: Processing in Python

2008-05-20 Thread Diez B. Roggisch
Salvatore DI DI0 schrieb: Hello, The Processing Graphics language has been implemented in Javascript. No, it hasn't. Processing is written in Java. Does anybody tried to make this in Python ? There are similar projects, yet maybe not to the same level of integration. However, pygame + PyO

Processing in Python

2008-05-20 Thread Salvatore DI DI0
Hello, The Processing Graphics language has been implemented in Javascript. Does anybody tried to make this in Python ? Regards Salvatore http://processing.org/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Image/Video Processing in Python

2008-01-11 Thread Tim Roberts
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >Hello, I'm trying to work on a project in Python that involves the use >of a webcam to track a laser pointer. I found some example code here >http://janto.blogspot.com/2006/01/motion-capture-in-python.html, but >the problem is that it's quite slow

Image/Video Processing in Python

2008-01-10 Thread [EMAIL PROTECTED]
Hello, I'm trying to work on a project in Python that involves the use of a webcam to track a laser pointer. I found some example code here http://janto.blogspot.com/2006/01/motion-capture-in-python.html, but the problem is that it's quite slow (about a sec to process a 800 by 600 image). Can an

Re: NLTK: Natural language processing in Python

2007-05-25 Thread tool69
NLTK seems very interesting, and the tutorial are very well done. Thanks for it ! Kib² -- http://mail.python.org/mailman/listinfo/python-list

NLTK: Natural language processing in Python

2007-05-25 Thread Steven Bird
NLTK — the Natural Language Toolkit — is a suite of open source Python modules, data sets and tutorials supporting research and development in natural language processing. It comes with 50k lines of code, 300Mb of datasets, and a 360 page book which teaches both Python and Natural Language Process

'unknown' command processing in python ?

2006-04-11 Thread rjain7
Hello, I am a newbie; looking for an easy equivalent of TCL 'unknown' command in python. My basic aim is to be able to pass any command which python interpreter does not understand to my own C++ extension. The two ways that I understand: a) Extend cmd.Cmd() class: Will require me to write my ow

Re: morphological image processing in Python

2005-10-03 Thread D.Hering
Take a look at ADaM and it's python wrappers: http://datamining.itsc.uah.edu/adam/documentation.html -- http://mail.python.org/mailman/listinfo/python-list

Re: morphological image processing in Python

2005-10-03 Thread benzwt
Alexandre Fayolle 寫道: http://www.mmorph.com/resources.html check this page. Pymorph is a free. > Hello, > > I'm about to start a project which will involve some greyscale image > processing using morphological operators (erosion, dilation, distance > transforms...), and I was wondering if th

Re: morphological image processing in Python

2005-10-03 Thread Robert Kern
Alexandre Fayolle wrote: > Hello, > > I'm about to start a project which will involve some greyscale image > processing using morphological operators (erosion, dilation, distance > transforms...), and I was wondering if these operators were available in > Python through some open source libraries.

Re: morphological image processing in Python

2005-10-03 Thread Matt Feinstein
On Mon, 3 Oct 2005 14:23:11 + (UTC), Alexandre Fayolle <[EMAIL PROTECTED]> wrote: >Hello, > >I'm about to start a project which will involve some greyscale image >processing using morphological operators (erosion, dilation, distance >transforms...), and I was wondering if these operators were

morphological image processing in Python

2005-10-03 Thread Alexandre Fayolle
Hello, I'm about to start a project which will involve some greyscale image processing using morphological operators (erosion, dilation, distance transforms...), and I was wondering if these operators were available in Python through some open source libraries. A quick google search returned pym