Digital Image Processing
Easy Way to do Digital Image Processing using MatLab in 2 or 3 steps
MATLAB code to determine the size, maximum and minimum value of color or RGB image The dimensions of an RGB or color image can be determined by using some of the inbuilt functions in MatLab. The maximum value of an RGB image can be known by using the function max(max(max(original Read more…