Community Profile

photo

roshana


University of east anglia

Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 7 anni fa | 3 risposte | 0

3

risposte

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

circa 13 anni fa | 0

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

circa 13 anni fa | 0

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

circa 13 anni fa | 0