|
static void | RunMacro (string file, string param) |
|
static void | RunString (string con, string param, bool headless) |
|
static void | RunOnImage (string con, bool headless, bool onTab, bool bioformats, bool newTab) |
|
static bool | Initialize (bool imagej) |
|
static bool | SetImageJPath () |
|
Definition at line 13 of file ImageJ.cs.
◆ Initialize()
static bool BioCore.ImageJ.Initialize |
( |
bool |
imagej | ) |
|
|
static |
This function is used to initialize the path of the ImageJ.exe file
- Parameters
-
path | The path to the ImageJ executable. |
Definition at line 243 of file ImageJ.cs.
◆ RunMacro()
static void BioCore.ImageJ.RunMacro |
( |
string |
file, |
|
|
string |
param |
|
) |
| |
|
static |
It runs a macro in ImageJ
- Parameters
-
file | the path to the macro file |
param | |
- Returns
- The macro is being returned.
Definition at line 111 of file ImageJ.cs.
◆ RunOnImage()
static void BioCore.ImageJ.RunOnImage |
( |
string |
con, |
|
|
bool |
headless, |
|
|
bool |
onTab, |
|
|
bool |
bioformats, |
|
|
bool |
newTab |
|
) |
| |
|
static |
It runs a macro on the selected image, saves the result as a new image, and then opens the new image in a new tab
- Parameters
-
con | The ImageJ macro to run. |
headless | Whether to run ImageJ in headless mode. |
onTab | If true, the image will be opened in a new tab. If false, the image will be opened in the current tab. |
bioformats | If the image is a bioformats image, it will use the bioformats importer to open the image. |
- Returns
- The return value is the result of the last statement in the script.
Definition at line 185 of file ImageJ.cs.
◆ RunString()
static void BioCore.ImageJ.RunString |
( |
string |
con, |
|
|
string |
param, |
|
|
bool |
headless |
|
) |
| |
|
static |
It runs a macro in ImageJ
- Parameters
-
con | The macro code |
param | The parameters to pass to the macro. |
headless | whether or not to run ImageJ in headless mode |
- Returns
- The macro is returning a string.
Definition at line 133 of file ImageJ.cs.
◆ SetImageJPath()
static bool BioCore.ImageJ.SetImageJPath |
( |
| ) |
|
|
static |
If the ImageJ path is not set, prompt the user to set it
- Returns
- The return value is a boolean.
Definition at line 261 of file ImageJ.cs.
◆ ImageJPath
string BioCore.ImageJ.ImageJPath |
|
static |
◆ Macros
◆ processes
List<Process> BioCore.ImageJ.processes = new List<Process>() |
|
static |
◆ Initialized
bool BioCore.ImageJ.Initialized |
|
staticget |
The documentation for this class was generated from the following file: