Feeds
질문
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...
8년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
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...
14년 초과 전 | 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...
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...
14년 초과 전 | 0
답변 있음
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.
14년 초과 전 | 0
