Feeds
답변 있음
how to enhance the red, green and blue color within an image
img = imread('peppers.png'); % firstly read the image a = img; % storing the image in temporary variable a(:,:,3) = 2*a(:,:,...
how to enhance the red, green and blue color within an image
img = imread('peppers.png'); % firstly read the image a = img; % storing the image in temporary variable a(:,:,3) = 2*a(:,:,...
7년 초과 전 | 0
