Ask Your Question
0

HOG pyramid

asked 2014-07-21 23:25:00 -0600

how to compute hog pyramid

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
5

answered 2014-07-22 11:38:56 -0600

If you want to compute the Histogram of Oriented Gradients, you could use the (undocumented) "compute" function of HOGDescriptor.

If you need to compute the image pyramid, used the pyrDown function.

And if you want to be sure the HOG are correctly computed, I suggest the code from Jürgen Brauer here which is a nice way to display histogram of gradients!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-21 23:25:00 -0600

Seen: 1,143 times

Last updated: Jul 22 '14