Community Profile

photo

Marie-Sophie Pichler


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 1 answer | 0

1

answer