public class ImageJMATLAB extends Object
| Constructor and Description |
|---|
ImageJMATLAB() |
| Modifier and Type | Method and Description |
|---|---|
static Context |
context() |
static String |
help() |
static void |
start()
Starts a new instance of ImageJ from MATLAB.
|
static void |
start(boolean v)
Starts a new instance of ImageJ from MATLAB with or without verbose mode.
|
static void |
start(boolean v,
String... args)
Starts a new instance of ImageJ from MATLAB.
|
static String |
version()
Get the version of ImageJMATLAB.
|
public static String version()
public static void start()
public static void start(boolean v)
v - indicate the verbose modepublic static void start(boolean v,
String... args)
v - indicate the verbose modeargs - arguments to pass to ImageJMain.launch(String...)public static String help()
public static Context context()
Copyright © 2014–2022 ImageJ. All rights reserved.