Skip to content

Folding Detection

🎭 Created Masks

  1. 📍 Folding Mask (per-pixel)

    Binary per-pixel mask of detected folds. 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

    FoldingFunction_folding_test_<SLIDE_NAME>.tiff

🏗️ Current Limitations

No H&DAB

This QC check currently supports HE-stained slides only.