Skip to content

imagej/imagej-matlab

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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

No packages published