error using imtranslate>parseInput

1 回表示 (過去 30 日間)
Marco Yu
Marco Yu 2016 年 5 月 20 日
コメント済み: Marco Yu 2016 年 5 月 20 日
I had a eye thickness scanning picture,I need to shift the center, therefore I had to use imtranslate. However I had an issue on this. It return Error using imtranslate>parseInputs (line 427) The value of 'A' is invalid. Expected A to be finite.
Error in imtranslate (line 131) [A,translation,method,outputView,fillValues] = parseInputs(varargin{:});
When I try other image matrix, it didn't happen. The eye thickness image is a double matrix.

採用された回答

Walter Roberson
Walter Roberson 2016 年 5 月 20 日
Some of your data is -inf or +inf or nan.
  2 件のコメント
Marco Yu
Marco Yu 2016 年 5 月 20 日
yes,I have some data is nan thank you
Marco Yu
Marco Yu 2016 年 5 月 20 日
problem solved

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by