Hi All,
I would like to run the plugin automatically in FIJI as a macro. During the macro recording I get only
IJ.run(imp, "Graph Cut", "");
or
run("Graph Cut");
and the plugin waits for the manual parameter set.
Is it possible to run it as:
IJ.run(imp, "Graph Cut", "param1", "param2", "param3");
or
run("Graph Cut", "param1", "param2", "param3");
Thanks!
Lukasz
Hi All,
I would like to run the plugin automatically in FIJI as a macro. During the macro recording I get only
IJ.run(imp, "Graph Cut", "");
or
run("Graph Cut");
and the plugin waits for the manual parameter set.
Is it possible to run it as:
IJ.run(imp, "Graph Cut", "param1", "param2", "param3");
or
run("Graph Cut", "param1", "param2", "param3");
Thanks!
Lukasz