Home > ISET > metrics > scielab > ApplyFilters.m

ApplyFilters

PURPOSE ^

SYNOPSIS ^

function dstImage=ApplyFilters(srcImage, filters, dimension)

DESCRIPTION ^

 
     ApplyFilters(oppImg, filters, dimension)

 Author: X. Ding
 Purpose: 
   Filter the source image.  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