issues
search
WilhelmusLab
/
ice-floe-tracker-pipeline
Processing pipeline for IceFloeTracker.jl
1
stars
2
forks
source link
feature: save labeled segmentations rather than binary segmentations
#193
Open
hollandjg
opened
3 weeks ago
hollandjg
commented
3 weeks ago
Changes:
Update floe segmentation to save a labeled image rather than a BitMatrix (for the single file version).
Add label to properties collected (for the single file version)
ToDo:
[x] Define and test some functions to save and load the labeled image – ensure that what gets saved is the same as what gets loaded.
[x] Decide whether to update types so that the label just has to be a smaller integer datatype than the labeled image.
[x] Test that this works the same as the old implementation
Changes:
ToDo: