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일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

질문:

2016년 5월 20일

댓글:

2016년 5월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by