Borrar filtros
Borrar filtros

how to solve this error

1 visualización (últimos 30 días)
Aarsha mv
Aarsha mv el 28 de Abr. de 2017
Respondida: Guillaume el 28 de Abr. de 2017
Error using imageDisplayValidateParams Expected input number 1, I, to be one of these types: numeric, logical Instead its type was SURFPoints. Error in imageDisplayValidateParams (line 12) validateattributes(common_args.CData, {'numeric','logical'},... Error in imageDisplayParseInputs (line 79) common_args = imageDisplayValidateParams(common_args); Error in imshow (line 220) [common_args,specific_args] = ... Error in Untitled (line 24) imshow( I);

Respuesta aceptada

Guillaume
Guillaume el 28 de Abr. de 2017
As the error message states, your input to imshow is of class SURFPoints. imshow expects an image (i.e. a numeric or logical array), it has no idea how to display SURFPoints as an image.
Neither have I. Pass a proper image to imshow.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by