HoG Descriptors

asked 2017-01-11 11:58:08 -0600

Nuz gravatar image

updated 2017-01-11 23:58:12 -0600

How to extract HoG descriptors from ROI?

I need to resize the image to a size of 64x128 pixels, set block size to 16x16, cell size to 8x8 and set bins to 9 and then compute and normalize hog of the image.

I'm new to it, could you provide a code to understand it

edit retag flag offensive close merge delete

Comments

1

A ROI is, at the end, a cv::Mat too, so HOG extraction is applied as always. What is your real problem? please, provide comments and details so we can help you

LorenaGdL gravatar imageLorenaGdL ( 2017-01-11 12:26:32 -0600 )edit