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

4 views (last 30 days)
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 Comments
Hategan Paula-Ioana
Hategan Paula-Ioana on 25 Jun 2021
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 on 8 Jul 2021
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

Sign in to comment.

Answers (1)

Abhishek Ballaney
Abhishek Ballaney on 6 Apr 2018
https://in.mathworks.com/help/vision/ref/extracthogfeatures.html
  1 Comment
Aravind Chakravarti
Aravind Chakravarti on 6 Apr 2018
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

Sign in to comment.

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!