[Insight-users] PSNR

Karthik Krishnan karthik.krishnan at kitware.com
Thu Mar 27 17:01:06 EDT 2008


On 3/26/08, Fab_83 <Fabian_Eisa at gmx.de> wrote:
>
>
> Hi everybody,
>
> I want to use Peak Signal noise ratio


ITK has an MSE metric and you could compute the PSNR from that.

PSNR is almost equivalent to MSE, except that its nicer (cause its dynamic
range invariant :) )

PSNR = 20*log10( 255 /MSE)

the units being dB.

That's for an UCHAR image. For CT, you should replace 255 with 4095.

and sum of absolut distance as a
> metric for CT-Registration.


As Luis suggested you should write your own metric for this.

HTH
--
karthik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20080327/b7cb88bd/attachment-0003.htm>


More information about the Insight-users mailing list