HOG feature extraction for 112x92
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Tousif Ahmed
el 26 de Mzo. de 2017
Comentada: georges matar
el 16 de Feb. de 2018
person = 5; [hogFeature, visualization]= ... extractHOGFeatures(read(training(person),1)); figure This is the code for face detection. The code extracts the first image of a person. the image size is 112x92. In the workspace the hog feature shows 1x4680, for different dimension of image the hog feature value changes. I am unable to understand the changes of HOG feature. Can anyone help me please
0 comentarios
Respuesta aceptada
Jan
el 26 de Mzo. de 2017
Did you read the corresponding docs already? See: https://www.mathworks.com/help/vision/ref/extracthogfeatures.html#outputarg_features . Which detail is not clear yet? It would not be efficient to rephrase the complete help text.
2 comentarios
georges matar
el 16 de Feb. de 2018
because you are using blocksize as a number 4,,, instead, replace blockSize by the array [2 2]
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!