belcour / SNR

Compute distances such as MSR, SNR and L2 on images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNR

Compute distances such as MSR, SNR and L2 on images

Compilation

SNR uses CMake to generate Makefile or project (for Visual Studio or XCode). You can find CMake here. SNR also requires Boost library to be installed. You can find Boost here.

cmake .
make

Usage

SNR requires two EXR files to be specified: one reference file and the query file for which the metrics will be computed.

./SNR file.exr reference.exr

where file.exr is the query file and reference.exr is the reference image.

About

Compute distances such as MSR, SNR and L2 on images

License:GNU General Public License v2.0


Languages

Language:C++ 87.3%Language:CMake 12.7%