Closed TomSlater closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@8ee3c4d
). Click here to learn what that means. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #16 +/- ##
=========================================
Coverage ? 55.34%
=========================================
Files ? 13
Lines ? 645
Branches ? 0
=========================================
Hits ? 357
Misses ? 288
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
ParticleSpy/ParticleAnalysis.py | 73.75% <66.66%> (ø) |
Description of the change
This PR adds a manual segmentation tab to SegUI, allowing users to manually create a mask for a single image. Segmentation is done by left-clicking and dragging a selection around a specific particle, followed by right-clicking in the middle of the selection. The generated mask can be saved using the save button and can be input to ParticleAnalysis by passing 'UI' as the mask argument.
Progress of the PR
Minimal example of the bug fix or the new feature