Risposto
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...

quasi 10 anni fa | 0

Domanda


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...

quasi 10 anni fa | 2 risposte | 0

2

risposte