How to use HOG (Histogram of Oriented Gradients) visualisation?

조회 수: 3 (최근 30일)
Aravind Chakravarti
Aravind Chakravarti 2018년 4월 2일
댓글: kalyan s 2021년 7월 8일
Hi,
I am implementing HOG myself (not using extractHOGFeatures) for my coursework. I could able to implement HOG completely by referring Dalal paper. The hardest part is visualisation of the extracted features. Actually visualisation is tougher than creation of HOG iteself!
I tried http://www.vlfeat.org/overview/hog.html, but it seems the implementation of HOG is little different from MATLAB.
Does any one know how to visualise HOG once it is manually extracted? It will be a great help.
Thanks in advance!
Regards, Aravind
  댓글 수: 2
Hategan Paula-Ioana
Hategan Paula-Ioana 2021년 6월 25일
Hi,
can you help me with the code for HOG?
Because I'm struggling now to work on it and I have some problems.
Could you post the code here?
thank you!
kalyan s
kalyan s 2021년 7월 8일
Hi,I have implemented HOG by myself without any builtin function.I got HOG feature vector (3780X1) as output,but i am unable to visualize the HOG image with the feature vector.If you have got a way to do it,kindly help me

댓글을 달려면 로그인하십시오.

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 4월 6일
https://in.mathworks.com/help/vision/ref/extracthogfeatures.html
  댓글 수: 1
Aravind Chakravarti
Aravind Chakravarti 2018년 4월 6일
Thanks. But I am implementing manually. I don't want to use built-in extractHogFeatures I have already implemented HOG but I needed some routine which can give visualization

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by