← 返回首页
GitHub - imagej/imagej-matlab: MATLAB integration with ImageJ data structures and runtime. · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

imagej/imagej-matlab

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

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.

About

MATLAB integration with ImageJ data structures and runtime.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.