フィルターのクリア

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

18 ビュー (過去 30 日間)
Alaa
Alaa 2016 年 10 月 24 日
回答済み: Fabio Fonseca 2020 年 4 月 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.

回答 (3 件)

Image Analyst
Image Analyst 2016 年 10 月 24 日

Catherine Davey
Catherine Davey 2018 年 11 月 6 日
When you launch mini you need to use the command Miji( false ); to not launch the ImageJ menu.

Fabio Fonseca
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')

カテゴリ

Help Center および File ExchangeExternal Language Interfaces についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by