-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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.