I have an image that I want to remove yellow from. If I use the code YourImage = imread('TheImage.jpg'); YourImage(:,:,2) = 0; ...
確定! 回上一頁