Azzera filtri
Azzera filtri

HOG feature extraction for 112x92

3 visualizzazioni (ultimi 30 giorni)
Tousif Ahmed
Tousif Ahmed il 26 Mar 2017
Commentato: georges matar il 16 Feb 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

Risposta accettata

Jan
Jan il 26 Mar 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 Commenti
Tousif Ahmed
Tousif Ahmed il 27 Mar 2017
BlocksPerImage = floor((size(I)./CellSize – BlockSize)./(BlockSize – BlockOverlap) + 1)
Image size is 112x92, Cell size is 8x8; block size is 4; blockoverlap is 2. I know the answer for blockperimage is 130 but cannot get that by using the formula.
georges matar
georges matar il 16 Feb 2018
because you are using blocksize as a number 4,,, instead, replace blockSize by the array [2 2]

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Computer Vision Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by