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

More ways of assigning IDs to label when exporting label image #291

Merged
merged 4 commits into from
May 7, 2024

Conversation

tinevez
Copy link
Member

@tinevez tinevez commented May 7, 2024

Before this PR the labels in the label image had either the spot's track ID (+1) or the spot's ID (+1). This was unsatisfactory for several reasons (see https://forum.image.sc/t/trackmate-spotsid-initial-value/76753/5)

This commit adds two ways of assigned IDs to labels:

  • index starting from the 1, unique in a frame.
  • the same, but unique in the movie.

Before this commit the labels in the label image had either the spot's
track ID (+1) or the spot's ID (+1). This was unsatisfactory for
several reasons (see https://forum.image.sc/t/trackmate-spotsid-initial-value/76753/5)

This commit adds two ways of assigned IDs to labels:
- index starting from the 1, unique in a frame.
- the same, but unique in the movie.

Fix #243 maybe
@tinevez tinevez merged commit 7f08efa into master May 7, 2024
1 check passed
@tinevez tinevez deleted the shuffle-id-export-labels branch May 7, 2024 13:53
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