Ask Your Question

wolf112's profile - activity

2015-04-25 00:14:13 -0600 received badge  Enthusiast
2015-04-22 03:16:06 -0600 received badge  Editor (source)
2015-04-21 23:14:04 -0600 commented question How GPU (CUDA) HoG (Histogram of Oriented Gradients) and SVM classification is parallelized?

Thank you for the reply, but how is the block processing is parallelized? I would like to know the process in terms of Cuda threads and kernels. I'm having a look at source file hog.cu but I cannot understand yet. I also want to know how the SVM classification is parallelized.

2015-04-21 02:17:08 -0600 received badge  Student (source)
2015-04-21 00:42:13 -0600 asked a question How GPU (CUDA) HoG (Histogram of Oriented Gradients) and SVM classification is parallelized?

Can someone please explain me how OpenCV GPU(CUDA) HOG and SVM classification works? How is it parallelized compared to CPU version ? I would like to know the process in terms of Cuda threads and kernels.

Thank you