Skip to content

Do not cache individual images #9

Description

@Lauenburg

Description
The data is depicted in two different views.
The primary view is composed of N tiles, where each tile shows the center slice of an instance overlaid with the corresponding segmentation mask.
The instance-specific view opens up when right-clicking one of the tiles and shows an enlarged version of the instance displayed in the tile. In addition, the user can now move a lever at the bottom of the newly opened window to scroll through all the slices of the selected instance and their associated segmentation masks. Both views load the request images as png files from a corresponding folder structure.

Desired Behaviour
Based on the back-end calculated bounding boxes, the front end should cut the images directly from the h5 volumes. The data is, either way, opened and processed in the backend. Saving the data and having the frontend reload it introduces (hopefully) unnecessary redundancy and processing time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions