Jump to content

PSNR Calculation of YUV Sequences

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
magdalene_86

magdalene_86

    Newbie

  • Members
  • Pip
  • 1 posts
Hi all,

I'm trying to do PSNR calculation for YUV Sequences. I would like to ask if java is suitable for such calculation since I'm more familiar with this language. As what I've researched online, most of the psnr calculation for YUV Sequences are usually implemented in C or C++ languages. Would like to hear some advice on this.

Thanks in advance.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Assuming you can decode the YUV format, you shouldn't have a problem using Java. Java has an initial overhead when loading the VM, but a number of tests have shown that it has reasonable performance when compared with C/C++ in many applications. I would just use Java rather than try to learn C++ (don't bother going with C, as that would be an even harder transition).
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog