https://github.com/imagej/imagej-matlab
MATLAB integration with ImageJ data structures and runtime.
https://github.com/imagej/imagej-matlab
Last synced: about 1 year ago
JSON representation
MATLAB integration with ImageJ data structures and runtime.
- Host: GitHub
- URL: https://github.com/imagej/imagej-matlab
- Owner: imagej
- License: bsd-2-clause
- Created: 2014-07-29T18:40:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T01:03:57.000Z (over 1 year ago)
- Last Synced: 2025-04-19T02:23:16.500Z (about 1 year ago)
- Language: Java
- Homepage: https://imagej.net/scripting/matlab
- Size: 146 KB
- Stars: 14
- Watchers: 36
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/imagej/imagej-matlab/actions/workflows/build-main.yml)
ImageJ MATLAB
=============
This library provides a variety of features for integrating ImageJ with MATLAB, including:
* ImageJMATLAB - An entry point for launching ImageJ from within MATLAB and ensuring all ImageJ dependencies are loaded in the MATLAB class loader.
* IJM commands - When ImageJ is started within MATLAB, utility methods for converting between ImageJ and MATLAB data structures will be available. Run `IJM.help` for a list of commands.
* MATLAB dataset conversion - ImageJ Datasets can now be converted, using the `ConvertService`, to the Matlab Control MatlabNumericArray types. These arrays can then be passed to a running MATLAB instance as a matrix.
* MATLAB array preprocessor - MATLAB scripts (.m) can now have `@matrix` annotations. This will automatically take the active ImageJ Dataset and convert it to a matrix in MATLAB.