vecdi
Followers: 0 Following: 0
Feeds
답변 있음
matrix manipulation for color spaces.
RGB = imread('file.jpg') MyImrgb = reshape(im2double(RGB), [],3); Imrgb = MyImrgb.^2.2; %gamma correction [x, y, z] = size(Im...
matrix manipulation for color spaces.
RGB = imread('file.jpg') MyImrgb = reshape(im2double(RGB), [],3); Imrgb = MyImrgb.^2.2; %gamma correction [x, y, z] = size(Im...
4개월 전 | 0