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 Center および File ExchangeSoftware Development Tools についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by