how read image in matlab and pass it to the imagej?

10 visualizaciones (últimos 30 días)
Alaa
Alaa el 24 de Oct. de 2016
Respondida: Fabio Fonseca el 30 de Abr. de 2020
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.

Respuestas (3)

Image Analyst
Image Analyst el 24 de Oct. de 2016

Catherine Davey
Catherine Davey el 6 de Nov. de 2018
When you launch mini you need to use the command Miji( false ); to not launch the ImageJ menu.

Fabio Fonseca
Fabio Fonseca el 30 de Abr. de 2020
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')

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by