Pregunta
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...
más de 11 años hace | 2 respuestas | 0