Skip to content

Is there a way to run this plugin automatically? #4

Description

@lmiroslaw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions