Statistiques
RANG
251 982
of 297 503
RÉPUTATION
0
CONTRIBUTIONS
1 Question
3 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 449
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 159 017
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesHow 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...
presque 14 ans il y a | 0
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...
presque 14 ans il y a | 0
changing the rgb values of the pixels in a jpg image
newrgb values are between 1 to 100, and of type double.
presque 14 ans il y a | 0