필터 지우기
필터 지우기

How can I display extracted feature value from HOG ?

조회 수: 2 (최근 30일)
Najwa Samlan
Najwa Samlan 2019년 10월 5일
Did I write a correct code of HOG ? I want to extract HOG features ,visualize the result and also I want to display the result in x statix box named 'FE'. I also want to put 'BlockOverlap' but I dont know how to code that. Can someone help me? Below is my code :-
function feature_Callback(hObject, eventdata, handles)
a= getimage(handles.axes2)
[hog1,visualization] = extractHOGFeatures(a,'CellSize',[4 4],'BlockSize',[2 2],'NumBins',70);
axes(handles.axes3)
imshow(a);
hold on;
plot(visualization,'color','magenta');
set(handles.FE,'String',hog1)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by