Skip to content

[FEA] Support reading by magnification #389

Open

Description

The cuCIM whole-slide image reader should support reading by microns-per-pixel (MPP) or by magnification. Currently, the user has to perform calculations to determine if a level with the desired resolution is stored in the WSI, and if not, determine which other level to read and perform resizing to the desired resolution.

cuCIM should allow the user to specify the MPP (ex. 0.25) or magnification (ex. 40) when reading a region. If a level with matching resolution is not available, cuCIM should read the appropriate level (typically next higher) and perform the resizing operation for the user. Since we are dealing with floats, the level MPP or objective might not match exactly, and possibly a tolerance is needed to determine a match.

This functionality is implemented in the TIAToolBox and the large_image libraries. @manthey and @shaneahmed can provide inputs on how their interfaces are designed.

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions