photo

Marie-Sophie Pichler


Last seen: etwa 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort