photo

vecdi


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

1 month ago | 0