leaf-image-segmentation icon indicating copy to clipboard operation
leaf-image-segmentation copied to clipboard

Leaf Image Segmentation

Results 4 leaf-image-segmentation issues
Sort by recently updated
recently updated
newest added

Yuca plant root. ![421035788](https://user-images.githubusercontent.com/10991116/105220315-4e99dc80-5b36-11eb-9af1-043b415a86cb.jpg) ``` Traceback (most recent call last): File "leaf-image-segmentation/segment.py", line 163, in segment_leaf(os.path.join(base_folder, file), filling_mode, smooth, args.marker_intensity) File "leaf-image-segmentation/segment.py", line 66, in segment_leaf select_largest_obj(bin_image, fill_mode=filling_mode, File "leaf-image-segmentation/background_marker.py",...

``` Traceback (most recent call last): File "leaf-image-segmentation/segment.py", line 162, in segment_leaf(os.path.join(base_folder, file), filling_mode, smooth, args.marker_intensity) File "leaf-image-segmentation/segment.py", line 66, in segment_leaf select_largest_obj(bin_image, fill_mode=filling_mode, File "leaf-image-segmentation/background_marker.py", line 229, in select_largest_obj...

I have never used argparse library, so I am having difficulty modifying the code. Instead of giving the image source while running the python file that is python segment.py testimage,...

Lesion on edge of leaves is ignored when segmented, practically denying that the lesion is part of the leaf and considering it as background rather than leaf part. This results...