Feeds
已回答
how to create a histogram of R,G,B
I=imread('autumn.tif'); R=imhist(I(:,:,1)); G=imhist(I(:,:,2)); B=imhist(I(:,:,3)); figure plot(R,'r') hold on, plo...
how to create a histogram of R,G,B
I=imread('autumn.tif'); R=imhist(I(:,:,1)); G=imhist(I(:,:,2)); B=imhist(I(:,:,3)); figure plot(R,'r') hold on, plo...
5 years 前 | 0
