use of org.scijava.parse.eval.EvaluatorConsole in project imagej-ops by imagej.
the class Main method main.
// -- Main method --
public static void main(final String[] args) throws IOException {
final Context context = new Context(OpService.class);
final OpService ops = context.getService(OpService.class);
new EvaluatorConsole(new OpEvaluator(ops)).showConsole();
}
Aggregations