photo

eltaf kazemi


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

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

3 years 前 | 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...

3 years 前 | 1 个回答 | 0

1

个回答