Masking tissue region in whole slide images

Click to open in: [GitHub][Colab][Kaggle]

About this demo

In this example, we will show how you can use tiatoolbox to easily find the tissue region in a whole slide image. Apart from tissue regions, WSIs usually show large blank (glass) background areas that contain no information. Therefore, it is essential to detect the informative (tissue) region in the WSI before any action (like patch extraction and classification). We call this step, “tissue masking”. In particular, we introduce the use of our module tissuemask(details) which distinguishes tissue from glass, using an automatic image thresholding algorithm (Otsu’s method) and some morphological operations.