Home > ISET > imgproc > ieISO12233.m

ieISO12233

PURPOSE ^

ISO 12233 (slanted edge) spatial frequency response analysis.

SYNOPSIS ^

function [results, fitme, esf] = ieISO12233(barImage, deltaX, weight)

DESCRIPTION ^

 ISO 12233 (slanted edge) spatial frequency response analysis. 

   [results, fitme, esf] = ieISO12233(barImage, deltaX, weight);
    
   Slanted-edge and color mis-registration analysis.

 barImage:  The RGB image of the slanted bar
 deltaX:    The sensor sample spacing in millimeters
 weight:    The luminance weights; these are [0.3R +  0.6G + 0.1B] by
            default.  

 fitme:  The full linear fit to something
 esf:    Not sure

 Reference
  This code originated with Peter Burns, peter.burns@kodak.com
  12 August 2003, Copyright (c) International Imaging Industry Association
  Completely re-written by ImagEval

 Example: 
   ieISO12233;
   deltaX = 0.006; % Six micron pixel
   [results, fitme, esf] = ieISO12233([],deltaX,[]);

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

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