Getting Miji to use Translation drop down for StackReg function
조회 수: 10 (최근 30일)
이전 댓글 표시
Hello,
I am trying to use the Miji function in matlab to analyze some .tif files and want to use the StackReg function, which defaults to Rigid Body preference in the dropdown menu. Currently the code I am using is :
MIJ.run('StackReg', path);
This will succesfully run the StackReg function; however I wish to use the Translation method instead. How do I go about specifying this in my code?
Thanks!
댓글 수: 1
Eivind Hennestad
2016년 9월 4일
편집: Eivind Hennestad
2016년 9월 4일
MIJ.run('StackReg', path, 'transformation=translation');
A helpful tool is the macro recorder in Fiji, found under Macros --> Plugin --> Record... This recorder will show the Fiji commands for everything you do within a Fiji session.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!