Feeds
답변 있음
convert pattern image to sinusoidal wave
image=imread('sine_image.jpg'); si(1,:)=image(1,:); %stores int8 value of pixel along the horizontal direction si=double(si); ...
convert pattern image to sinusoidal wave
image=imread('sine_image.jpg'); si(1,:)=image(1,:); %stores int8 value of pixel along the horizontal direction si=double(si); ...
대략 6년 전 | 0
질문
Average value of the white areas in the image
I have an image which has 13*11 bright spots(actually squares) I need to find the average value of the spots. I need 13*11 value...
대략 6년 전 | 답변 수: 0 | 0



