Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of a multi-dimensional image by IJM.show() #17

Open
kouichi-c-nakamura opened this issue Apr 3, 2018 · 2 comments
Open

Handling of a multi-dimensional image by IJM.show() #17

kouichi-c-nakamura opened this issue Apr 3, 2018 · 2 comments

Comments

@kouichi-c-nakamura
Copy link

Following discussion in here, I'd like to raise an issue aboutIJM.show().

IJM.show('I') or net.imagej.matlab.ImageJMATLABCommands.show('I') is a great way to transfer array data from MATLAB workspace to ImageJ, thanks to ImageJ-MATLAB.

However, I’ve noticed that this method does not really support multi-dimensional or multi-channel images well. Whatever the dimensions are, all the channels are always treated as a stack of single-channel images.

It would be much nicer if one specifies a rule about which dimension of input MATLAB array represent what (X, Y, Z, channel, time etc) and IJM.show() handle it internally to prepare an appropriate object in ImageJ.

This issue is also related, but more specifically about X and Y axes.

#16

@kouichi-c-nakamura
Copy link
Author

IJM.show() in ImageJ-MATLAB does not support multi-dimentional or multi-channel images
http://forum.imagej.net/t/ijm-show-in-imagej-matlab-does-not-support-multi-dimentional-or-multi-channel-images/10156/8

@kouichi-c-nakamura
Copy link
Author

kouichi-c-nakamura commented May 4, 2018

I wrote a wrapper function of IJM.show called ijmshow, and it can handle 5D array data.

https://github.com/kouichi-c-nakamura/ijmshow/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant