Ask Your Question

Yi Zhang's profile - activity

2014-01-30 10:07:20 -0600 received badge  Student (source)
2013-10-30 21:13:01 -0600 commented answer Questions about the filter2D

That means anchor.x = 2 and anchor.y = 2?

2013-10-25 22:41:16 -0600 asked a question Questions about the filter2D

The parameter anchor of the function filter2D indicates the relative position of a filtered point within the kernel; But what is the detail of processing the value of the anchor?

For example: image description

The default value (-1,-1) means that the anchor is at the kernel center, but I think in this case the anchor.x and anchor.y are not equal to -1? What is the real value of the anchor? And how dose OpenCV process the value of the anchor?

2013-10-21 02:29:20 -0600 received badge  Supporter (source)
2013-10-21 02:29:15 -0600 received badge  Critic (source)
2013-10-21 02:29:12 -0600 received badge  Scholar (source)
2013-10-20 22:34:22 -0600 asked a question Question about OpenCL versus GPU

My question is: What is the difference between OpenCL and GPU? For example: In the OpenCV 2.4.4 documentation, there are two items of OpenCV API Reference, respectively gpu. GPU-accelerated Computer Vision and ocl. OpenCL-accelerated Computer Vision.