Package | Description |
---|---|
loci.visbio.data | |
loci.visbio.ext |
Modifier and Type | Class and Description |
---|---|
class |
CollapseTransform
CollapseTransform converts a dimensional axis into a series of range
components.
|
class |
DataSampling
DataSampling is a resampling of another transform.
|
class |
Dataset
A Dataset object encompasses a multidimensional biological image series.
|
class |
ProjectionTransform
ProjectionTransform performs a maximum intensity projection across a given
dimensional axis.
|
class |
SpectralTransform
SpectralTransform is a mapping of spectral bands onto an RGB or grayscale
color space, as specified by the user with weighted sliders.
|
Modifier and Type | Method and Description |
---|---|
void |
DataManager.exportData(ImageTransform data)
Exports the given data object to disk.
|
void |
DataControls.exportData(ImageTransform data)
Exports a data object to disk.
|
void |
DataManager.sendDataToImageJ(ImageTransform data)
Sends the given data object to an instance of ImageJ.
|
void |
DataControls.sendDataToImageJ(ImageTransform data)
Sends part of a data object to an instance of ImageJ.
|
void |
SendToIJPane.setData(ImageTransform trans)
Associates the given data object with the export pane.
|
void |
ExportPane.setData(ImageTransform trans)
Associates the given data object with the export pane.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalFunction
ExternalFunction is an abstract transform that calls some form of external
function.
|
class |
ExternalProgram
ExternalProgram is a transform that uses system calls to an external program
to evaluate a function, using stdin and stdout for binary data transfer.
|
class |
MatlabFunction
MatlabFunction executes a MATLAB script or function on a data object.
|
Copyright © 2015–2022 SciJava. All rights reserved.