Ask Your Question
0

Using HOGDescriptor in Python

asked 2013-02-19 16:33:36 -0600

Mahdi gravatar image

updated 2013-02-19 16:41:18 -0600

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!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-02-20 04:00:15 -0600

The function computeGradient( img[, [grad, [angleOfs, [paddingTL, paddingBR]]]])-> grad, angleOfs seems to do what you want.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-19 16:33:36 -0600

Seen: 758 times

Last updated: Feb 20 '13