error using imtranslate>parseInput

13 次查看(过去 30 天)
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by