Thursday 15 April 2010

opencv - OpenCL with HOG descriptor in Android -


I am working on the Android OpenCV hog descriptor. With OpenCL I need Android OpenCgi Hog descriptor but there is no OpenCL enabled Android OpenCV in Android. Does OpenCL have a function for the Hog descriptor.

There is no hog descriptor function in standard OpenCL, if you are asking me to do the Hog descriptor in OpenCL I would suggest checking the OpenCV code for calculation and see if you can use that code directly in your code.

No comments:

Post a Comment