1 | initial version |
As far as i know there is a HoG in OpenCV (class named HOGDescriptor), but its documentation is missing for some reason. Maybe you can use documentation of HOGDescriptor that was implementated on GPU. It is supposed to have API similar to the one that was implemented on CPU.
And I didn't use it myself so I don't know how good it really is.