Hi,
I want to run basic cell detection in QuPath, from the command line.
Is it possible to enter coordinates from a user and a specified image, and then have QuPath run any script on that image?
eg. groovy detect.groovy -x 2,2 -y 3,3 ~/image.svc
This should open up image.svc, draw a rectangle from 2,3 to 2,3 and run default cell detection code in QuPath.
I've seen some posts on creating a ROI from coordinates, but how do I run this from the command lane and not the QuPath script GUI? Should I include the QuPath code in the same code that handles parsing of command line arguments?
In essence, how do I link up the command line and QuPath?