Ask Your Question

surinder's profile - activity

2014-04-28 04:51:41 -0600 commented question OpenCv with neon coprocessor does not have increase in performace

yes, neon optimization is only for some functions. I am using highgui functions like cvSmooth, cvAbs. but cvSmooth takes lot of time to process a frame.

2014-04-25 00:17:15 -0600 received badge  Editor (source)
2014-04-25 00:15:05 -0600 asked a question OpenCv with neon coprocessor does not have increase in performace

I have been working on Pandaboard opencv from a week to optimize OpenCv libraries to achieve frame rate of 30fps in Pandaboard OpenCv Ubuntu. but still no luck.

I compiled & built OpenCv 2.4.8 with enabled neon, TBB and libjpeg-turbo on Pandaboard for optimizing the performance of opencv.

I am using this tutorial to build OpenCv libraries.

After building the opencv It runs too slow and achieve a frame rate of 11 to 12 fps. Window size is 320x240.

Please help If you have faced this issue.

Thanks