Residual Artifacts Detection
π Created Masks
-
π Coverage Mask (per-pixel)
Binary per-pixel mask of detected artifacts. Note that the produced masks are downsampled compared to the original WSI.
π·οΈ Pixel values semantics
The computed binary masks are scaled into the \([0, 255]\) range to allow for easier visualization. Therefore, the pixel values have the following semantics:
- \(0\hphantom{55} \rightarrow\) No Artifact
- \(255 \rightarrow\) Artifact
However, due to downsampling of the created masks using local mean, it is safer to assume that any non-zero value indicates an artifact.
Format of the Mask Name
ResidualArtifactsAndCoverage_coverage_mask_<SLIDE_NAME>.tiff
-
π§± Coverage Heatmap (per-tile)
Mask indicating the fraction of each tileβs foreground area covered by artifacts. Note that the produced masks are downsampled compared to the original WSI. Originally, the masks contain floating point values from the \([0.0, 1.0]\) range. These values are then scaled into the \([0, 255]\) range.
π·οΈ Pixel values semantics
- \(0\hphantom{55} \rightarrow\) No artifacts in the foreground
- \(255 \rightarrow\) The entire foreground is an artifact
Format of the Mask Name
ResidualArtifactsAndCoverage_cov_percent_heatmap_<SLIDE_NAME>.tiff
ποΈ Current Limitations
No H&DAB
This QC check currently supports HE-stained slides only.