Class | Description |
---|---|
BaseMacroExtensions |
Implements ImageJ macro functions mapping to acquifer java functions, thanks to the MacroExtension mechanism.
|
BatchDialog |
Class defining custom dialog for batch-processing with IM images.
|
MacroCodeCompletion | |
Utils |
Utilitary functions when working in ImageJ/Fiji.
|
VirtualImageSeries |
Custom VirtualStack for ImageSeries.
|
VirtualPlate |
Custom VirtualStack for which each slice is a montage of IM images, downscaled and arranged according to a predefined plate layout.
|
Enum | Description |
---|---|
MacroFunction |
The object MacroFunction is used to describe a custom macro function, with its name, parameter names and parameters types.
|