Home > ISET > metrics > scielab > scOpponentFilter.m

scOpponentFilter

PURPOSE ^

scOpponentFilter - spatial cielab spatial filter in opponent colors space

SYNOPSIS ^

function filteredIm = scOpponentFilter(image, params)

DESCRIPTION ^

 scOpponentFilter - spatial cielab spatial filter in opponent colors space

   filteredIm = scOpponentFilter(image, params)

 Spatial CIELAB calculation spatially filters the image data in
 opponent-colors space. This routine takes in input image in xyz or lms
 space, converts it to opponent color space, and applies the spatial
 filtering required by S-CIELAB. 

 The returned image, filteredIm, is converted into CIE-XYZ space.

 Example

  figure(1); imagescRGB(image);

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003