- java.lang.Object
-
- org.scijava.ops.tutorial.OpBuilder
-
public class OpBuilder extends Object
The OpBuilder syntax leads to concise, script-like Op execution.Below we show how you can use the OpBuilder syntax to call Ops on your inputs, or how to instead retrieve an Op for more use later.
-
-
Constructor Summary
Constructors Constructor Description OpBuilder()
-
-
-
Method Detail
-
main
public static void main(String... args)
-
-