Skip to content

qupath scripting with Groovy for histological image processing

License

Notifications You must be signed in to change notification settings

m4ln/qupath-image-processing

Repository files navigation

qupath scripting with Groovy for histological image processing

cropper:
Export cropped areas from whole slide image (WSI) as tiff files. Based on the code by Sara McArdle [1]

exportAnnotatedTiles:
Script to export pixels & annotations for WSI.

The image can optionally be tiled during export, so that even large images can be exported at high resolution. (Note: In this case 'tiled' means as separate, non-overlapping images... not a single, tiled pyramidal image.)

The downsample value and coordinates are encoded in each image file name.

The annotations are exported as 8-bit labelled images. These labels depend upon annotation classifications; a text file giving the key is written for reference.

The labelled image can also optionally use indexed colors to depict the colors of the original classifications within QuPath for easier visualization & comparison.

Based on the code by Pete Bankhead [2]

exportTiles:
Export image tiles from WSI [3]

References

[1]

[2]

[3]

About

qupath scripting with Groovy for histological image processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published