Can calcBackProject be used with HOG?

asked 2014-11-10 09:32:22 -0600

Pi Robot gravatar image

Hello,

I have used calcBackProject() with color histograms to successfully locate a target patch within an image. I was wondering if I can do something similar using gradient histograms instead of color? From the digits.py example I see how I can construct gradient histograms from Sobel edge filters. But is there a way I can now plug these into the calcBackProject() function to locate a target in an image?

Thanks!
patrick

edit retag flag offensive close merge delete