Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

threshold image segmentation code python

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

fig, ax = plt.subplots()
plt.imshow(image)
plt.show()
Source by datacarpentry.org #
 
PREVIOUS NEXT
Tagged: #threshold #image #segmentation #code #python
ADD COMMENT
Topic
Name
8+7 =