Home > ISET > metrics > scielab > scApplyFilters.m

scApplyFilters

PURPOSE ^

scApplyFilters -- apply the Spatial CIELAB smoothing filters

SYNOPSIS ^

function dstImage = scApplyFilters(srcImage, filters, dimension)

DESCRIPTION ^

 scApplyFilters -- apply the Spatial CIELAB smoothing filters

     scApplyFilters(oppImg, filters, dimension)

 The routine applies different filters applied to the different color
 planes of the source image. The parameter "filters" should be a cell
 array. If it is not a cell and instead it is a single array, it will be
 applied to across all color planes. The incoming image "srcImage" should
 be in Rows x Cols x Colors format.

 The parameter dimension ....?

 Example:

CROSS-REFERENCE INFORMATION ^

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