Getting Miji to use Translation drop down for StackReg function

조회 수: 10 (최근 30일)
Daniel Todd
Daniel Todd 2016년 8월 3일
편집: Eivind Hennestad 2016년 9월 4일
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
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 CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by