Feeds
질문
Hello ; this is my simple code for leaf disease , I find the disease on leaf. I just want to show the disease and remove other noises, could you help me guys? thanks!
close all; clear all; pic = imread('LEAF_0334.jpg'); I = imadjust(pic,stretchlim(pic)); g_im = rgb2gray(I); eg = edge(g_im,...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
Hello friends , whould you help me with this error?
clc; close all; picture=imread('LEAF_0120.jpg'); g=rgb2gray(picture); subplot(3,3,1),imshow(g),title('original'); pic = edge...
거의 5년 전 | 답변 수: 1 | 0