Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need Image analysis/koding tools

1 view
Skip to first unread message

Nimo

unread,
Jun 16, 2009, 10:14:48 AM6/16/09
to
Hi..folks..;

Currenlty, I'm handling some stuff on Lossy algo's (for Images).

where can I find image *analysis* tools to check the results,

I mean to see these stuff side by side for the testing image(s).,
like

(a) RMSE,
(b) PSNR,
(c) Histograms,
(d) Spectral analysis,
(e) Handling color spaces,
(f) dithering stuff
etc..etc...,

I hope you people know it better than me;
I don't need to write all those stuff here.

please do share it.

thanks alot for the help :-)

greetings
nimo
_______

pauca sed matura


Thomas Richter

unread,
Jun 16, 2009, 2:38:24 PM6/16/09
to
Nimo wrote:
> Hi..folks..;
>
> Currenlty, I'm handling some stuff on Lossy algo's (for Images).
>
> where can I find image *analysis* tools to check the results,
>
> I mean to see these stuff side by side for the testing image(s).,
> like
>
> (a) RMSE,
> (b) PSNR,
> (c) Histograms,
> (d) Spectral analysis,
> (e) Handling color spaces,
> (f) dithering stuff
> etc..etc...,
>
> I hope you people know it better than me;
> I don't need to write all those stuff here.

Netpbm has lots of things to offer, including a PSNR measurement tool
(pnmpsnr), a histogram tool (ppmhist) and other nifties. For color space
conversions, the tiff toolchain offers a tool to apply an ICC color
profile to a given image (tifficc) that can be used. netpbm also
includes tools for dithering (ppmdither). You can get the sources, so
modify all that to your needs.

So long,
Thomas

DL

unread,
Jun 17, 2009, 2:10:44 AM6/17/09
to

I have found the "MSU Video Quality Measurement Tool" helpful for
evaluating both image and video codecs. Refer to
http://compression.ru/video/quality_measure/video_measurement_tool_en.html
as a starting point, there are plenty of links to related tools and
topics.

Take care,
Dennis

Nimo

unread,
Jun 17, 2009, 2:28:48 AM6/17/09
to
Thomas Richter <th...@math.tu-berlin.de> wrote in
news:h18ogm$tlm$1...@infosun2.rus.uni-stuttgart.de: On Tue 16 Jun 2009
11:38:24a, you wrote in comp.compression:

thnx Thomas for the update, you are quick & very fast :_)


therefore it means that,

there exists no pre-coded C/C++ or anyother lang
libraries to handle these stuff.

I'm afraid, I'm not wrong;

so long
nimo
Thomas check your
private e-mail
_____

why can't we Usenet community { compressors, imageanalysts & DSP guys)
do this stuff for ourselves.

Any proposals or ideas..?


Thomas Richter

unread,
Jun 17, 2009, 9:46:47 PM6/17/09
to
Nimo wrote:

> thnx Thomas for the update, you are quick & very fast :_)
>
>
> therefore it means that,
>
> there exists no pre-coded C/C++ or anyother lang
> libraries to handle these stuff.

Just to make sure you got this right: Netpbm *allows you* to get the
sources, but you surely find binary distributions. Most linux
distributions I know cover it. Cygwin most likely includes it as well.
So no, you don't have to recompile. But you can if you wish.

So long,
Thomas

iman islam

unread,
Jun 18, 2009, 12:03:52 PM6/18/09
to

WHAT DO MUSLIMS BELIEVE?
I send you today a good article. It could be new and adds to your
knowledge.


WHAT DO MUSLIMS BELIEVE?


Muslims believe in One Unique, Incomparable God; in the Angels created
by Him; in the prophets through whom His revelations were brought to
mankind; in the Day of Judgement and individual accountability for
actions; in God’s complete authority over human destiny and in life
after death. Muslims believe in a chain of prophets starting with Adam
and including Noah, Abraham, Ishmael, Isaac, Jacob, Joseph, Job,
Moses, Aaron, David, Solomon, Elias, Jonah, John the Baptist, and
Jesus, peace be upon them. But God’s final message to man, a
reconfirmation of the eternal message and a summing-up of all that has
gone before was revealed to the Prophet Muhammad through Gabriel

———————————–

For more information about Islam

http://english.islamway.com/

http://www.islamhouse.com/

http://www.discoverislam.com/

http://www.islambasics.com/index.php

http://english.islamway.com/

http://www.islamtoday.net/english/

http://www.islamweb.net/ver2/MainPage/indexe.php

http://www.sultan.org/

Contact Us At

Imanwa...@gmail.com


Industrial One

unread,
Jun 18, 2009, 12:24:52 PM6/18/09
to
> Imanway.gr...@gmail.com

Nobody gives a shit, sand-nigger. Go back to your tribe.

Metatron

unread,
Jun 18, 2009, 2:16:05 PM6/18/09
to
On 16 Jun., 08:14, Nimo <azeez...@gmail.com> wrote:

> I mean to see these stuff side by side for the testing image(s).,
>  like
>
> (a) RMSE,
> (b) PSNR,
> (c) Histograms,
> (d) Spectral analysis,
> (e) Handling color spaces,
> (f) dithering stuff
>     etc..etc...,
>
> I hope you people know it better than me;
> I don't need to write all those stuff here.

Your question is a bit strange. The best image analysis-tool you can
find is Mathlab or Mathematica.
You say you don't want to write those? Do you program? In which
language? There are even libraries for LISP out there.
In the end almost no library will fit your bill (it's in your
language, it is like you want it to be, it's all done). I programmed
my own 60MB library because of that (I collect source, that's why it's
so big ;^), too much cool algorithms to rewrite from old weird tools),
and it will definitly not fit into other people programming paradigma.

I can give you the tool-chain I use for CDB, but for everything else
(laying hand on it) you'd need to know C++ in&out.

Ciao
Niels

Nimo

unread,
Jun 19, 2009, 10:25:14 AM6/19/09
to
On Jun 18, 10:16 am, Metatron <spamt...@adsignum.com> wrote:
> On 16 Jun., 08:14, Nimo <azeez...@gmail.com> wrote:
>
> > I mean to see these stuff side by side for the testing image(s).,
> >  like
>
> > (a) RMSE,
> > (b) PSNR,
> > (c) Histograms,
> > (d) Spectral analysis,
> > (e) Handling color spaces,
> > (f) dithering stuff
> >     etc..etc...,
>
> > I hope you people know it better than me;
> > I don't need to write all those stuff here.
>
>  Your question is a bit strange. The best image analysis-tool you can
> find is Mathlab or Mathematica.

but they are not FOSS and moreover student version
will burn my pocket :_)

>  You say you don't want to write those? Do you program? In which
> language? There are even libraries for LISP out there.

>  In the end almost no library will fit your bill (it's in your
> language, it is like you want it to be, it's all done). I programmed
> my own 60MB library because of that (I collect source, that's why it's
> so big ;^),

if possible,can I know more about your library?

too much cool algorithms to rewrite from old weird tools),
> and it will definitly not fit into other people programming paradigma.
>
>  I can give you the tool-chain I use for CDB, but for everything else
> (laying hand on it)  you'd need to know C++ in&out.


yeah.., I can..., you can go ahead.

>
>  Ciao
>    Niels

with greetings
nimo
_____
If possible, Are you interested in sharing the
library?

Randy Yates

unread,
Jun 19, 2009, 11:45:07 AM6/19/09
to
Nimo <azee...@gmail.com> writes:
> [...]

> Hi..folks..;
>
> Currenlty, I'm handling some stuff on Lossy algo's (for Images).
>
> where can I find image *analysis* tools to check the results,

Nimo,

I'm not sure if it would provide any of the functions you're looking
for, but check out GNU octave and the available image processing
library:

http://octave.sourceforge.net/doc/image.html

--Randy

>
> I mean to see these stuff side by side for the testing image(s).,
> like
>
> (a) RMSE,
> (b) PSNR,
> (c) Histograms,
> (d) Spectral analysis,
> (e) Handling color spaces,
> (f) dithering stuff
> etc..etc...,
>
> I hope you people know it better than me;
> I don't need to write all those stuff here.
>
> please do share it.
>
> thanks alot for the help :-)
>
> greetings
> nimo
> _______
>
> pauca sed matura
>
>
>
>

--
% Randy Yates % "Midnight, on the water...
%% Fuquay-Varina, NC % I saw... the ocean's daughter."
%%% 919-577-9882 % 'Can't Get It Out Of My Head'
%%%% <ya...@ieee.org> % *El Dorado*, Electric Light Orchestra

Nimo

unread,
Jun 19, 2009, 11:31:11 PM6/19/09
to
On Jun 19, 7:45 am, Randy Yates <ya...@ieee.org> wrote:

thnx Yates for the link :-)

0 new messages