2D - Mean Filter
Assume you are given an "image" matrix of size NxM. Reduce the image noise by implementing a mean filter window of size 9 (a 3x3...
5 years ago
Solved
Create an 8-color version of an image
This problem was inspired by a tweet I saw from @MATLAB regarding <http://www.mathworks.com/matlabcentral/fileexchange/37816-the...
5 years ago
Solved
Sum of the pixel values for the blue color
Calculate the sum of the pixel values for the blue color, with a picture as an input.
*NOTE:* The picture will be provided as...