public class DefaultImageJMATLABService extends AbstractService implements ImageJMATLABService
ImageJMATLABService implementation.| Constructor and Description |
|---|
DefaultImageJMATLABService() |
| Modifier and Type | Method and Description |
|---|---|
matlabcontrol.extensions.MatlabNumericArray |
getArray(Dataset dataset)
Converts a
Dataset to a MatlabNumericArray which can then
be safely passed to MATLAB. |
Dataset |
getDataset(matlabcontrol.extensions.MatlabNumericArray array)
Converts a
MatlabNumericArray retrieved from MATLAB to an
Dataset. |
getContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic matlabcontrol.extensions.MatlabNumericArray getArray(Dataset dataset)
ImageJMATLABServiceDataset to a MatlabNumericArray which can then
be safely passed to MATLAB.getArray in interface ImageJMATLABServicepublic Dataset getDataset(matlabcontrol.extensions.MatlabNumericArray array)
ImageJMATLABServiceMatlabNumericArray retrieved from MATLAB to an
Dataset.getDataset in interface ImageJMATLABServiceCopyright © 2014–2022 ImageJ. All rights reserved.