Kode Segmentasi Gambar Threshold Python

image = skimage.io.imread(fname="data/maize-root-cluster.jpg")

fig, ax = plt.subplots()
plt.imshow(image)
plt.show()
Aimad Khairat