Re: turboReg in batch mode

Posted by rmd06 on
URL: http://imagej.273.s1.nabble.com/turboReg-in-batch-mode-tp5008351p5019088.html

In macro , add the line :

setBatchMode(true);

when finished,

setBatchMode(false);


But I do not know how to made it in matlab Miji.