Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 708 Bytes

File metadata and controls

21 lines (19 loc) · 708 Bytes

Image Processing Scripts

This repository contains scripts and pipelines useful for generating data for CODEX/H&E overlaying protocols. groovy scripts are for QuPath scripting

All scripts can be found in the scripts/ folder. To use PyVips and OpenSlide backends, ensure that appropriate bin files for these are included in the following structure at the project root:

backends/
├─ openslide/
│  └─ bin/
│     ├─ filename.dll
│     └─ filename.dll
└─ pyvips/
   └─ bin/
      ├─ filename.dll
      └─ filename.dll

Backends can be downloaded at: