How to extract HoG descriptors from ROI?
1 | initial version |
How to extract HoG descriptors from ROI?
2 | No.2 Revision |
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