Skip to content

annotation_applications

Takumi Ando edited this page Aug 31, 2023 · 2 revisions

ASAP

SlideRunner

QuPath

def annotations = getAnnotationObjects()
boolean prettyPrint = true
def gson = GsonTools.getInstance(prettyPrint)
new File("annotation.json").write(gson)

NDP.View2

Clone this wiki locally