-
Notifications
You must be signed in to change notification settings - Fork 17
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 morphological_operations
tool
#106
Merged
bgruening
merged 4 commits into
BMCV:master
from
kostrykin:add-morphology-tools/upstream
Mar 8, 2024
Merged
Add morphological_operations
tool
#106
bgruening
merged 4 commits into
BMCV:master
from
kostrykin:add-morphology-tools/upstream
Mar 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Squashed commit of the following: commit 0edf531 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 23:48:36 2024 +0100 Update test data commit cf17824 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 22:44:12 2024 +0000 Fix UI commit 9992a54 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 22:29:58 2024 +0000 Fix bug commit 5bb0d2c Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 23:26:35 2024 +0100 Update test output data commit d720124 Merge: 1408aab c57e084 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 22:22:47 2024 +0000 Merge branch 'add-morphology-tools' of https://github.com/kostrykin/galaxy-image-analysis into add-morphology-tools commit 1408aab Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 22:22:14 2024 +0000 Fix output type commit c57e084 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 23:16:53 2024 +0100 Add test results commit addf5c1 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 22:16:35 2024 +0000 Add more tests commit edf0dd5 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 22:07:40 2024 +0000 Fix bug commit 9094e30 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:44:13 2024 +0000 Fix tool commit 77bd875 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:40:00 2024 +0000 Fix tool commit 0884095 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:37:59 2024 +0000 Fix profile commit 3220ddb Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:37:05 2024 +0000 Add help commit 657018c Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:32:07 2024 +0000 Add citation commit 5df1d74 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:29:01 2024 +0000 Add tests for `morphological_operations` tool commit 59aa195 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:15:58 2024 +0000 Fix `morphological_operations` tool commit e048176 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 21:07:08 2024 +0000 Finish implementation of `morphological_operations` tool commit 106075c Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 18:56:08 2024 +0000 Continue implementation of `morphological_operations` tool commit 8057408 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 13:31:47 2024 +0000 Continue implementation of `morphological_operations` tool commit 442a459 Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 13:04:26 2024 +0000 Add `morphological_operations` tool commit 0ab2a2d Author: Leonid Kostrykin <[email protected]> Date: Thu Mar 7 12:58:35 2024 +0000 Add devcontainer.json with useful extensions
bgruening
reviewed
Mar 8, 2024
.devcontainer/devcontainer.json
Outdated
@@ -0,0 +1,11 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should be removed and added to the gitignore file I think.
bgruening
approved these changes
Mar 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this one file, then its perfect!
Thanks a lot @bgruening! |
This was referenced Mar 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the contributor:
Add tool for performing intensity-based + binary morphological operations both single-channel + multi-channel 2-D images.
xref #105