diff options
author | Christian C <cc@localhost> | 2025-03-23 17:50:57 -0700 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-23 17:50:57 -0700 |
commit | 1b05c26a8ede821f84c042e25438040c36d4aee0 (patch) | |
tree | 91c8256d62432036679e787d36f4739917724b31 /include | |
parent | 848a0f6e2d634001e30cbfebef05d93f7301facd (diff) |
Migration to Mask
Diffstat (limited to 'include')
-rw-r--r-- | include/lib/seg/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/seg/util.h b/include/lib/seg/util.h index 78f948b..9f66670 100644 --- a/include/lib/seg/util.h +++ b/include/lib/seg/util.h @@ -31,7 +31,7 @@ Mask* combine_masks(Mask *destination, Mask *extra_labels); Mask* tif_to_labels(char* tif_file_name, MaskData_t *starting_label_p); // Convert mask to bitmap -Bitmap* image_mask_data_to_bitmap(MaskData_t* buffer, uint32_t width, uint32_t height); +Bitmap* image_mask_data_to_bitmap(const Mask* mask); // Reduce a mask to the contiguous regions // Automatically update pointer to contiguous mask |