-
Notifications
You must be signed in to change notification settings - Fork 68
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
Thresholded binarize conversion algorithm #1651
Merged
Merged
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
ttung
force-pushed
the
tonytung-binarize
branch
from
November 14, 2019 00:15
b81b682
to
7f145be
Compare
Codecov Report
@@ Coverage Diff @@
## master #1651 +/- ##
==========================================
+ Coverage 90.13% 90.18% +0.05%
==========================================
Files 233 237 +4
Lines 8870 8929 +59
==========================================
+ Hits 7995 8053 +58
- Misses 875 876 +1
Continue to review full report at Codecov.
|
ttung
force-pushed
the
tonytung-binarize
branch
from
November 14, 2019 05:23
7f145be
to
9f223c3
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 15, 2019 23:45
de76069
to
ac617af
Compare
ttung
force-pushed
the
tonytung-binarize
branch
2 times, most recently
from
November 16, 2019 00:21
9fd1bef
to
dbfee13
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 17, 2019 22:11
5a456b5
to
fa3f7de
Compare
ttung
force-pushed
the
tonytung-binarize
branch
from
November 17, 2019 22:11
dbfee13
to
03c71ba
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 18, 2019 06:08
fa3f7de
to
e512ca4
Compare
ttung
force-pushed
the
tonytung-binarize
branch
5 times, most recently
from
November 18, 2019 20:55
5f12820
to
ecfc75a
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 18, 2019 21:24
6276179
to
d05355b
Compare
ttung
force-pushed
the
tonytung-binarize
branch
2 times, most recently
from
November 18, 2019 21:27
9327c45
to
d57ec01
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 18, 2019 21:32
4632f85
to
ead1f9c
Compare
ttung
force-pushed
the
tonytung-binarize
branch
2 times, most recently
from
November 18, 2019 21:34
535d281
to
bb9ee75
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 18, 2019 21:40
45e7a41
to
f66bca2
Compare
ttung
force-pushed
the
tonytung-binarize
branch
2 times, most recently
from
November 18, 2019 21:42
eacace0
to
9a28a8a
Compare
ttung
force-pushed
the
tonytung-additional-builders
branch
from
November 18, 2019 21:49
7ce3d9c
to
7b732a9
Compare
ttung
force-pushed
the
tonytung-binarize
branch
3 times, most recently
from
November 18, 2019 21:53
ef4557b
to
3348ba1
Compare
ttung
force-pushed
the
tonytung-binarize
branch
4 times, most recently
from
November 22, 2019 17:56
48d3f83
to
f5d3615
Compare
ttung
force-pushed
the
tonytung-binarize
branch
from
December 3, 2019 19:38
f5d3615
to
306ef98
Compare
ttung
force-pushed
the
tonytung-binarize
branch
from
December 3, 2019 20:39
306ef98
to
3c11ac0
Compare
BinarizeImage takes an ImageStack and binarizes it into a BinaryMaskCollection. Depends on #1637 Test plan: add tests for simple binarizing, and to test the input requirements.
ttung
force-pushed
the
tonytung-binarize
branch
from
December 3, 2019 22:04
3c11ac0
to
a4a3c27
Compare
shanaxel42
approved these changes
Dec 4, 2019
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.
BinarizeImage takes an ImageStack and binarizes it into a BinaryMaskCollection.
Depends on #1637
Test plan: add tests for simple binarizing, and to test the input requirements.