HoG Descriptors
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
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