BIOP / qupath-extension-warpy

ImgLib2 RealTransform brought to QuPath
Apache License 2.0
20 stars 5 forks source link

Move serialized transformation outside of project.qpproj #18

Open NicoKiaru opened 11 months ago

NicoKiaru commented 11 months ago

Right now the image server serialization writes the transformation object (many landmarks) into the project file. This can potentially leads to very big files. It would be nice to move the serialised transform outside fo this file, but that may be too big of a change deep inside QuPath de/serialisation mechanism