Feeds
답변 있음
How to generate the following color Image: Yellow, Green, and Red
redChannel = 255 * ones(200, 200, 'uint8'); greenChannel = 255 * ones(200, 200, 'uint8'); blueChannel = 255 * zeros(200, 200, ...
How to generate the following color Image: Yellow, Green, and Red
redChannel = 255 * ones(200, 200, 'uint8'); greenChannel = 255 * ones(200, 200, 'uint8'); blueChannel = 255 * zeros(200, 200, ...
대략 7년 전 | 0
