Question


Error when remapping BW image to RGB after applying filter
Hi All, I get the following message when trying to turn 3 colour images into RGB after applying a filter. Warning: Error...

4 years ago | 1 answer | 0

1

answer

Question


Warning while trying to filter RGB values on a picture
Hi All, The following is my code: I = imread('29_11_2019_132519Mosaix.jpg'); rmat = I(:,:,1); gmat = I(:,:,2); bmat = I(...

4 years ago | 1 answer | 2

1

answer