


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: