Getting Miji to use Translation drop down for StackReg function

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

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개)

카테고리

도움말 센터File Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

질문:

2016년 8월 3일

편집:

2016년 9월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by