MATLAB: HOG feature extraction for 112×92

Computer Vision Toolboxhog feature

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 112×92. In the workspace the hog feature shows 1×4680, 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

Best Answer

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.