Home > ISET > metrics > metricsCompute.m

metricsCompute

PURPOSE ^

Gateway routine for computing the various types of metrics

SYNOPSIS ^

function [img,val] = metricsCompute(vc1,vc2,metricName)

DESCRIPTION ^

Gateway routine for computing the various types of metrics

   [img,val] = metricsCompute(vc1,vc2,metricName)

 Compute an error image or value between the two selected images in the
 metrics window.

 Currently available error images are of these types: 

     {'cielab'}   - Delta E, requires image white point values
     {'cieluv'}   - Delta E, requires image white point
     {'mse'}      - Mean squared error of image digital values
     {'rmse'}     - Root mean squared error of image digital values
     {'peaksnr'}  - Peak signal-to-noise ratio
     {'spatialcielab'}    - Spatial CIELAB analysis

 Example:
    img = metrcisCompute(vc1,vc2,'CIELAB');
    [img,val] = metrcisCompute(vc1,vc2,'PSNR');

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003