How to get visualization of HOGfeatures
I used following code to extract HOG feature from an image in gui
if true
[HogFeature, visualization]= extractHOGFeatures(filepath,1);
axes(handles.axes3);
plot(visualization);
end
where filepath is my image, but when I start that part of code I get error "Error using extractHOGFeatures
Expected POINTS to be of size Mx2 when it is actually size 1×1."
What´s wrong?I used following code to extract HOG feature from an image in gui
if true
[HogFeature, visualization]= extractHOGFeatures(filepath,1);
axes(handles.axes3);
plot(visualization);
end
where filepath is my image, but when I start that part of code I get error "Error using extractHOGFeatures
Expected POINTS to be of size Mx2 when it is actually size 1×1."
What´s wrong? I used following code to extract HOG feature from an image in gui
if true
[HogFeature, visualization]= extractHOGFeatures(filepath,1);
axes(handles.axes3);
plot(visualization);
end
where filepath is my image, but when I start that part of code I get error "Error using extractHOGFeatures
Expected POINTS to be of size Mx2 when it is actually size 1×1."
What´s wrong? gui, extracthogfeatures MATLAB Answers — New Questions