|
Hi,
I am writing a jython script for "headless" mode batched stiching of large tiles by stitching plugin written by S. Preibisch.
This plugin either generates and displays an image or writes file to disk but in a format that is not convenient for me.
My question:
How to pass inside jython script an image generated by imageJ plugin to imp variable without showing the image. This could be achieved by setBatchMode(true) in macro language – how to achieve it python?
thanks!!
|