public interface ImageJMATLABService extends ImageJService
Service
for performing utility operations with net.imagej
data structures in a MATLAB context.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 . |
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
Copyright © 2014–2022 ImageJ. All rights reserved.