-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Foreground Tissue Mask #4379
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
Merged
Merged
Foreground Tissue Mask #4379
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
2b2a31e
Implement foreground mask
bhashemian 381ac73
Add unittests for foreground mask
bhashemian ba45b62
Add several test cases
bhashemian 582caf7
Merge branch 'dev' of github.com:Project-MONAI/MONAI into tissue-mask
bhashemian 7294c87
Add ForegroundMaskd
bhashemian cb86da5
Add unittests for ForegroundMaskd
bhashemian a2feb79
Update init
bhashemian d271d98
Update docstring
bhashemian aff1005
Merge branch 'dev' of github.com:Project-MONAI/MONAI into tissue-mask
bhashemian be4a7d5
Merge branch 'dev' of github.com:Project-MONAI/MONAI into tissue-mask
bhashemian 32313ec
Update to less or equal for RGB threshold
bhashemian 4771712
Update RGB and HSV mask combination
bhashemian 7a72eb9
Add support for torch.Tensor
bhashemian d393e35
Update docsting and dict tests
bhashemian 8902a8a
Add docs
bhashemian 5209c52
Merge branch 'dev' into tissue-mask
bhashemian 4a8aa14
Add skipunless for skimage
bhashemian 33fc743
Exclude form min tests
bhashemian aa11706
fix a typo
bhashemian 558314a
Merge branch 'dev' into tissue-mask
bhashemian 48aece9
Merge branch 'dev' into tissue-mask
bhashemian de94b00
Update no or wrong threshold cases
bhashemian 2849958
Merge branch 'dev' of github.com:Project-MONAI/MONAI into tissue-mask
bhashemian ebde248
Update docstring
bhashemian b84b63b
Merge branch 'dev' of github.com:Project-MONAI/MONAI into tissue-mask
bhashemian 6e860a3
Merge branch 'dev' into tissue-mask
bhashemian deaab9e
pMerge branch 'tissue-mask' of github.com:behxyz/MONAI into tissue-mask
bhashemian 6411373
Update the min verison for skimage to 0.19.0
bhashemian 44604e6
Merge branch 'dev' into tissue-mask
bhashemian 1b0b8c4
Added 3D image test case
bhashemian 2520c60
Add another 3D test case
bhashemian 2c1b868
Add enums
bhashemian 7ee299f
Merge branch 'dev' into tissue-mask
bhashemian 18f6684
Remove a threshold if it explicitly set to None
bhashemian 5391350
Add image for the transform
bhashemian 4537a16
Merge dev
bhashemian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,6 +33,7 @@ | |
| MetricReduction, | ||
| NumpyPadMode, | ||
| PostFix, | ||
| ProbMapKeys, | ||
| PytorchPadMode, | ||
| SkipMode, | ||
| TraceKeys, | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.