Ask Your Question

KNP54's profile - activity

2014-05-23 10:01:26 -0600 asked a question Cannot retrieve rgb image from Creative Senz3D

Using OpenCV 2.4.9.0 and Intel Perceptual Computing SDK 2013 R8, I can retreive the Depth Map and the IR Map with no problems. However when I try to retreive the RGB image, OpenCV asserts a NULL image.

But when using the software examples of the Intel SDK, they can retreive the RGB image but not the depth map! (All the sofware that comes with the SDK crashes when trying to retrive the depth map from the camera)

2012-11-12 10:32:09 -0600 asked a question cvSmooth() slow on AMD?

Hello all,

Our real-time application does cvSmooth() with a gaussian blurring with a 9x9 kernel and on my work computer which has an Intel Pentium dual core E5400 running at 2.7Ghz. The cvSmooth operation is done in about 6 ms.

Now I need to present this application to people using my laptop which has the AMD Athlon X2 dual core QL-62 running at 2.0GHz. But on that computer the cvSmooth operation takes a whopping 100 ms.

Any ideas why on that processor cvSmooth runs 17 times slower?