Statistik
RANG
150.676
of 295.448
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenBeantwortet
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...
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...
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.
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