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

WIP: Simplify and replace postprocessing #199

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2018

  1. Import dask_ndmeasure

    Make sure to import `dask_ndmeasure` along with the other dask-image org
    libraries. Will be needed to construct the label image. IOW will be used
    for ROI extraction.
    jakirkham committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    c03e84e View commit details
    Browse the repository at this point in the history
  2. WIP: Rewrite post-processing

    Simply use a threshold with no other constraints.
    jakirkham committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    192d030 View commit details
    Browse the repository at this point in the history
  3. Try mapping label and convert to masks

    Also make the chunks concrete (as they are undefined) to allow storage.
    jakirkham committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    8ce5237 View commit details
    Browse the repository at this point in the history