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.
PSNR Calculation of YUV Sequences
Started by magdalene_86, Nov 26 2008 02:49 AM
1 reply to this topic
#1
Posted 26 November 2008 - 02:49 AM
|
|
|
#2
Posted 26 November 2008 - 04:21 AM
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).


Sign In
Create Account

Back to top









