Ask Your Question

wil5on's profile - activity

2013-07-09 08:21:47 -0600 received badge  Nice Question (source)
2013-01-07 16:23:02 -0600 received badge  Scholar (source)
2012-12-19 07:24:10 -0600 received badge  Student (source)
2012-12-18 22:49:39 -0600 asked a question cv::HOGDescriptor undocumented in current versions of OpenCV

Searching the latest docs for hogdescriptor:

http://docs.opencv.org/trunk/search.html?q=hogdescriptor&check_keywords=yes&area=default

yields results for gpu::HOGDescriptor and ocl::HOGDescriptor but not for the CPU implementation. However the CPU implementation is definitely in there, I am using it currently as cv::HOGDescriptor.

A Google search for cv::HOGDescriptor gives a result from a mirror of the 2.2 docs.

Is this intentional - is cv::HOGDescriptor deprecated for some reason? Or is this an error in documentation?