photo

roshana


University of east anglia

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


changing the rgb values of the pixels in a jpg image
J=imread('A.jpg'); for i=1:r for j=1:c J(i,j,1)=newrgb(1,1); J(i,j,2)=newrgb(1,2); J(i,j,3)=newrgb(1,3); end...

etwa 7 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
How to react on a change of variable from workspace?
I have a problem, and that's the value for the variables i use in the mfile never change. every time i modify the m file, for in...

mehr als 13 Jahre vor | 0

Beantwortet
changing the rgb values of the pixels in a jpg image
the problem is solved. it seems matlab kept the previous wrong answer in the memory in a way. I came to know this when I chang...

mehr als 13 Jahre vor | 0

Beantwortet
changing the rgb values of the pixels in a jpg image
newrgb values are between 1 to 100, and of type double.

mehr als 13 Jahre vor | 0