-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally save Geojson masks for Qupath & DSA compatibility #298
Comments
hmmm...thinking out loud here....we have an annotation module. does it make sense to put it in there and also add a "load" feature? that may be going overboard however -- not really sure how many folks would use it?
Message ID: ***@***.***>
|
Geojson might be more inefficient in space than binary png... Use shapely's affine transformation to upscale the coordinates properly. |
geojson is desirable because its drag/drop-able into other common tools,
like qupath. the can't be said for binary masks unforunately (or at this
time)
|
Yes. Not trying to dispute that just as a reason why this geojson output should be in the AnnotationModule (export as annotation file that can be used by other tools) rather than in SaveModule (as a replacement of mask, which it can't) |
Add functionality to export geojson masks at the base magnification level instead of binary png masks.
@choosehappy , @nanli-emory would it be more appropriate to implement this as a standalone module or as a function in
saveModule.py
?The text was updated successfully, but these errors were encountered: