Ask Your Question

qbeart's profile - activity

2020-05-03 09:13:51 -0600 received badge  Famous Question (source)
2017-12-17 23:23:23 -0600 received badge  Notable Question (source)
2017-02-27 06:36:12 -0600 received badge  Popular Question (source)
2016-02-09 14:43:59 -0600 received badge  Student (source)
2014-02-13 01:59:32 -0600 asked a question Poor OpenCL performance

Hi, I am trying to perform the detectMultiScale function on GPU using OpenCL module. It is supposed to run faster but it is not. In fact it is even 3-4 times slower than the CPU implementation. I have tested it on both Intel HD Graphics 4000 and NVidia GT650M, and I got the same result. I want to know if anyone ran into the same problem, and if there is a solution.

OpenCV version : 2.4.7.2

2013-07-30 02:58:32 -0600 asked a question analysis of the vertical and horizontal histogram

Hi,I ran into the term "analysis of the vertical and horizontal histogram" explained as "showing the intensity differences between successive rows, pixel-wise". I didn't get the point here. I wonder if there is an OpenCV implementation for this operation or should I implement it by myself? Any clue will help. Thanks.