how read image in matlab and pass it to the imagej?
12 次查看(过去 30 天)
显示 更早的评论
Hi
Please, I need to know how to pass an image or stack of images to the imagej from matlab.
I've tried this command:
MIJ.run('Open...', 'path=[E:\\sun\\Endothelium Project\\Endothelium Code\\MIJ Code\\ENDOTHELIAL IMAGES\\12.bmp]');
Put, this will open a file menu each time I read an image. is there any way to do so? Thank you in advance.
0 个评论
回答(3 个)
Image Analyst
2016-10-24
Perhaps check out some of these: http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22imagej%22
0 个评论
Catherine Davey
2018-11-6
When you launch mini you need to use the command Miji( false ); to not launch the ImageJ menu.
0 个评论
Fabio Fonseca
2020-4-30
javaaddpath 'C:\Program Files\MATLAB\R2019a\java\ij.jar'
javaaddpath 'C:\Program Files\MATLAB\R2019a\java\mij.jar'
MIJ.start;
ij.IJ.open('C:/Users/.../image.png')
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!