已回答
Why is my image appearing all white? I am trying to detect its edges with the following code..
Thank you for answering my question. I am a beginning coder, I was wondering what resources would you recommend so that I can re...

10 years 前 | 0

提问


Why is my image appearing all white? I am trying to detect its edges with the following code..
clc; clf; i=imread('AB_1-16_pH_7.jpg'); subplot(421); imshow(i); title('orginalimage'); j=rgb2gray(i); su...

10 years 前 | 2 个回答 | 0

2

个回答