|
Hey ImageJ users
I'm writing a stand-alone application in which I call ImageJ functions. So far it has gone mostly without any major issues, but there is one problem. After running Analyze Particles what is the procedure for letting the user clicking on a ROI in the image, and have that selection highlighted in the ROImanager?
At the present I was thinking using a MouseListener and get the coordinates of the mouseclick and then do some search (havent figured out how) through the ROI's and check which one (if any) the click applies to.
But perhaps someone else can give me a better idea?
Thank you :)
|