Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

HOG Descriptor function Error

1 visualización (últimos 30 días)
Algorithms Analyst
Algorithms Analyst el 7 de Nov. de 2012
Hi can any one help me i am running the function HOG but getting an error which is
??? Input argument "Im" is undefined.
Error in ==> HOG at 11 [L,C]=size(Im); % L num of lines ; C num of columns
  3 comentarios
Algorithms Analyst
Algorithms Analyst el 7 de Nov. de 2012
they didnot solve it.
Algorithms Analyst
Algorithms Analyst el 8 de Nov. de 2012
My dear this is still not working for grascale image how to call it ?

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Nov. de 2012
How are you invoking the code? Are you passing in a grayscale image
Im = rgb2gray( imread('YourFile.jpg') );
hog(Im)
  4 comentarios
Walter Roberson
Walter Roberson el 7 de Nov. de 2012
The function is not defined for RGB images. Read the first line of the code where it says "grayscale".

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by