フィルターのクリア

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 Center および File ExchangeComputer Vision Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by