Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add colorize_labels tool #111

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

kostrykin
Copy link
Member

For the contributor:


Add colorize_labels tool to colorize a 2-D label map for visualization (wrapper for superdsm.render.colorize_labels).

Label maps are produced by segmentation and other image analysis steps. Direct inspection of label maps can be difficult,
because labels usually correspond to gray values which are difficult to distinguish visually from each other and from the image background. To facilitate the visual inspection of label maps, this tools converts label maps to color images, by assigning each label a unique color.

Squashed commit of the following:

commit 871c93f
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 21:09:03 2024 +0000

    Fix UI

commit 27030b7
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 21:49:40 2024 +0100

    Fix

commit 3fea4e4
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 20:42:43 2024 +0100

    Fix

commit b3f4c7b
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:38:27 2024 +0000

    Fix tool

commit 2d67b6e
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:35:14 2024 +0000

    Fix tool

commit 8b879d9
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:34:59 2024 +0000

    Fix tool

commit 8a6fcc2
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:32:50 2024 +0000

    Fix tool

commit 8494ae2
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 20:27:17 2024 +0100

    Fix test

commit 0dac5e4
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:25:57 2024 +0000

    Add help section

commit ac97969
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:20:59 2024 +0000

    Fix command

commit dcfe3d0
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:20:06 2024 +0000

    Add tests

commit 31f4a82
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 19:03:08 2024 +0000

    Add test data

commit b0b82f1
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 18:38:02 2024 +0000

    wip

commit 16f5ea7
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 18:19:26 2024 +0000

    wip

commit 5572a64
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 17:58:50 2024 +0000

    Add .shed.yml

commit 9b1b5d8
Author: Leonid Kostrykin <[email protected]>
Date:   Tue Mar 12 17:57:04 2024 +0000

    Add `colorize_labels` tool
@bgruening bgruening merged commit ffedf4e into BMCV:master Mar 12, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants