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 exporting ellipsoids to file #45

Merged
merged 28 commits into from
Sep 26, 2023
Merged

Add exporting ellipsoids to file #45

merged 28 commits into from
Sep 26, 2023

Conversation

stefanhahmann
Copy link
Collaborator

Resolves #40

* 2 options:
* Show segmentation in BDV
* Save segmentation to file
* Spot Ids and BranchSpot Ids may be used as labels
* Implementation is not need, since the view is not initialized
* context can be used to generate an ImgSaver object where needed
* trackIdProjection is also added as class variable
* the method takes care of adding the background to the exported images, if the respective option is active
* The intention is to prevent modifications while the segmentation is generated
* Singular makes more sense here, since it as a specific option of the existing options
* the name "frame" is correct here, since a temporal "slice" is produced, not a spatial
…on to file

* A read lock is sufficient here, since this method does not write to the graph, but only reads it
* The new name would be more precise, since there is a generic source in the SegmentUsingEllipsoidsController, not a spim source
@sonarcloud
Copy link

sonarcloud bot commented Sep 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

80.1% 80.1% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@stefanhahmann stefanhahmann merged commit 8b4e871 into master Sep 26, 2023
4 checks passed
@stefanhahmann stefanhahmann deleted the segmentation branch September 28, 2023 16:10
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.

Export Label Image Using Spot Ellipsoids
2 participants