Marie-Sophie Pichler
Followers: 0 Following: 0
Feeds
提问
Writing processed image into new image not working as expected
i am trying this: I(1, 1, :) = [26, 45, 34]; the pixel is white even though the right colors are printed if i check I(1, 1)......
5 years 前 | 2 个回答 | 0
2
个回答提问
writing into an image does not work as expected
newImage = ones(10, 10, 0) newImage(1, 1, :) = [37, 49, 40]; - > the pixel at position 1, 1 is displayed white instead of g...
5 years 前 | 1 个回答 | 0