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

Fix blob segmentation #92

Merged
merged 4 commits into from
Jan 12, 2022
Merged

Fix blob segmentation #92

merged 4 commits into from
Jan 12, 2022

Commits on Jan 10, 2022

  1. Fix blob segmentation to use updated Scikit-image watershed function …

    …location
    
    Fixes #91. Change the location of `watershed` from the `morphology` to the `segmentation` package in Scikit-image now that the function was removed from the former in Scikit-image v0.19. Also, remove unused import.
    yoda-vid committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c4c7bd9 View commit details
    Browse the repository at this point in the history
  2. Clarify ROI Editor options' tooltip

    Indicate which images the options change.
    yoda-vid committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    6e7f2b7 View commit details
    Browse the repository at this point in the history
  3. Clarify the scale detections control

    As indicated in #87, the "Scale detections" control label is confusing since it does not operate on the ROI Editor but only on the 3D viewer. Rename this control and add a tooltip to clarify this behavior.
    yoda-vid committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f89292d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06e1d95 View commit details
    Browse the repository at this point in the history