You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MONAI Pathology WG, we have discussed about the need for being able to read whole slide images at specific resolution (mpp or magnification) in addition to reading at a specific level.
As discussed in pathology working group, this feature request is part of #4980 that defines the need to read the existing objective power and magnification without interpolating if the requested power or mpp does not exist. We decided to address this part first as the interpolation part requires some discussion on the details.
The text was updated successfully, but these errors were encountered:
Fixes#6289
### Description
This PR enable WSIReader to be provided with objective power and
resolution (micron per pixel) to decide which WSI level to load. It also
set absolute and relative tolerances for power and mpp.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [x] New tests added to cover the changes.
- [x] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Behrooz <[email protected]>
In MONAI Pathology WG, we have discussed about the need for being able to read whole slide images at specific resolution (mpp or magnification) in addition to reading at a specific level.
As discussed in pathology working group, this feature request is part of #4980 that defines the need to read the existing objective power and magnification without interpolating if the requested power or mpp does not exist. We decided to address this part first as the interpolation part requires some discussion on the details.
The text was updated successfully, but these errors were encountered: