Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5298
| Subject | Re: Parsing a graph image |
|---|---|
| From | saurabh verma <nitw.saurabh@gmail.com> |
| Date | 2011-05-13 18:12 +0530 |
| References | <mailman.1510.1305281943.9059.python-list@python.org> <90jv98-322.ln1@satorlaser.homedns.org> <20110513142445.0792eb4e@chaostal.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1513.1305290304.9059.python-list@python.org> (permalink) |
On 13-May-2011, at 5:54 PM, Bastian Ballmann wrote:
> Hi,
>
> Am Fri, 13 May 2011 14:01:48 +0200
> schrieb Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com>:
>
>> I'm not sure I understand 100% what you want. If you want to extract
>> ("parse") the data that is contained in an image file, I have no clue
>> how to do that.
>
> Yes, I want to extract the data that is contained in an image file.
> Greets
>
I guess it requires some kind of image processing , where you can move around image pixel by pixel and somehow figure out what color is present in that pixel . If there isn’t much noise in the image you should sharp contrast and would be able to differentiate between two colors ? if yes ( I don’t know matlab might provide some tools .. just guessing ) then its easy i think to pick (X,Y) as time and value ?
~saurabh verma
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Parsing a graph image Bastian Ballmann <balle@chaostal.de> - 2011-05-13 12:19 +0200
Re: Parsing a graph image Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2011-05-13 14:01 +0200
Re: Parsing a graph image Bastian Ballmann <balle@chaostal.de> - 2011-05-13 14:24 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:30 +0200
Re: Parsing a graph image saurabh verma <nitw.saurabh@gmail.com> - 2011-05-13 18:12 +0530
Re: Parsing a graph image Laurent Claessens <moky.math@gmail.com> - 2011-05-13 14:43 +0200
Re: Parsing a graph image Robert Kern <robert.kern@gmail.com> - 2011-05-13 14:38 -0500
Re: Parsing a graph image Bastian Ballmann <balle@chaostal.de> - 2011-05-16 15:38 +0200
Re: Parsing a graph image Neil Cerutti <neilc@norwich.edu> - 2011-05-13 13:31 +0000
csiph-web