Login  Register

Re: Antwort: Extended Depth of Field (EDF) plugin with batch mode

Posted by rossm on Nov 02, 2020; 10:38am
URL: http://imagej.273.s1.nabble.com/Extended-Depth-of-Field-EDF-plugin-with-batch-mode-tp3700708p5024141.html

Try this line instead:

run("EDF Easy ", "quality='0' topology='1' show-topology='off'
show-view='off'");

Taken from the Demo text:
// EDF Demo Macro
//
// http://bigwww.epfl.ch/demo/edf/
//
// Daniel Sage
// Biomedical Imaging Group (BIG)
// Ecole Polytechnique Federale de Lausanne (EPFL), Lausanne, Switzerland
//
// 14 June 2007
//

run("EDF Easy ", "quality='0' topology='1' show-topology='off'
show-view='off'");

//
// Description of the arguments
//
// argument quality: Speed/Quality trade-off.
// 0 for fast
// 1 for intermediate speed
// 2 for medium quality / medium speed
// 3 for intermediate quality
// 4 for high quality
//
// argument topology: Topology smoothness
// 0 for no smoothing of the topology
// 1 for weak smoothing
// 2 for medium smoothing
// 3 for strong smoothing
// 4 for very strong smoothing
//
// argument show-topology: Show the topology map
// on
// off
//
// argument show-view: Show the 3D view  
// on
// off



--
Sent from: http://imagej.1557.x6.nabble.com/

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html