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!