Using HOGDescriptor in Python
Hi,
I want to use HOGDescriptor in python implementation but I can find anything except a peopledetect.py
example in sample folder for using pre-trained detector (documentation exist only for GPU and OpenCL)! I want to compute the feature for images. Does anyone have any idea how I can deal with this?
Any help is appreciated!