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, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public matlabcontrol.extensions.MatlabNumericArray getArray(Dataset dataset)
ImageJMATLABService
Dataset
to a MatlabNumericArray
which can then
be safely passed to MATLAB.getArray
in interface ImageJMATLABService
public Dataset getDataset(matlabcontrol.extensions.MatlabNumericArray array)
ImageJMATLABService
MatlabNumericArray
retrieved from MATLAB to an
Dataset
.getDataset
in interface ImageJMATLABService
Copyright © 2014–2022 ImageJ. All rights reserved.