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
Returns the representation of the whole slide image at a given micro-per-pixel (mpp) resolution.
610
+
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
611
+
If the user-provided mpp is larger than the mpp of the closest level—indicating that the closest level has a higher resolution than requested—the image is downscaled to a resolution that matches the user-provided mpp.
612
+
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution, the next lower level (which has a higher resolution) is chosen.
613
+
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
614
+
615
+
Args:
616
+
wsi: whole slide image object from WSIReader
617
+
mpp: the resolution in micron per pixel at which the representation of the whole slide image should be extracted.
618
+
atol: the acceptable absolute tolerance for resolution in micro per pixel.
619
+
rtol: the acceptable relative tolerance for resolution in micro per pixel.
Returns the representation of the whole slide image at a given micro-per-pixel (mpp) resolution.
768
+
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
769
+
If the user-provided mpp is larger than the mpp of the closest level—indicating that the closest level has a higher resolution than requested—the image is downscaled to a resolution that matches the user-provided mpp.
770
+
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution, the next lower level (which has a higher resolution) is chosen.
771
+
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
772
+
773
+
Args:
774
+
wsi: whole slide image object from WSIReader
775
+
mpp: the resolution in micron per pixel at which the representation of the whole slide image should be extracted.
776
+
atol: the acceptable absolute tolerance for resolution in micro per pixel.
777
+
rtol: the acceptable relative tolerance for resolution in micro per pixel.
0 commit comments