Home > ISET > metrics > preSCIELAB.m

preSCIELAB

PURPOSE ^

SYNOPSIS ^

function [refImage,resampledcmpImage] = preSCIELAB(refImage,cmpImage)

DESCRIPTION ^

 
  [refImage,resampledcmpImage] = preSCIELAB(refImage,cmpImage)

 Author: ImagEval
 Purpose: pre-process images before performing S-CIELAB evaluation,
          including : resize images to have the same size of images
                      AND
                      rescale images to make them within the same range
          also need to reshape images to be compliant with the
          scielab routine
 INPUT  : refImage -- reference image used in S-CIELAB evaluation
          cmpImage -- image to be evaluated in S-CIELAB
 OUTPUT : refImage & cmpImage after being pre-processed for S-CIELAB
           evaluation

CROSS-REFERENCE INFORMATION ^

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