error using imtranslate>parseInput

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.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 20 de Mayo de 2016

0 votos

Some of your data is -inf or +inf or nan.

2 comentarios

Marco Yu
Marco Yu el 20 de Mayo de 2016
yes,I have some data is nan thank you
Marco Yu
Marco Yu el 20 de Mayo de 2016
problem solved

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 20 de Mayo de 2016

Comentada:

el 20 de Mayo de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by