QuPath Warpy extension
October 1, 2025 ยท View on GitHub
QuPath Warpy extension
This repo adds some support for nonlinear deformation and registration in QuPath, by using the ImgLib2 library.
Documentation
https://imagej.net/plugins/bdv/warpy/warpy
Installing
In QuPath 0.6, this extension should be installed via the QuPath BIOP catalog.
Don't forget to restart QuPath (but not your computer).
Citing
https://doi.org/10.3389/fcomp.2021.780026
Building
You can build the QuPath Warpy extension from source with
gradlew clean build
The output will be under build/libs.
cleanremoves anything oldbuildbuilds the QuPath extension as a .jar file and adds it tolibs