답변 있음
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년 전 | 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년 전 | 답변 수: 2 | 0

2

답변