


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: