Modifying SURF code for better performance

asked 2016-04-10 13:06:18 -0600

MarKS9 gravatar image

updated 2016-04-10 13:08:09 -0600

I am new to Computer Vision world. I have implemented opencv SURF algorithm on PC and embedded boards. I am getting a decent fps output. I want to classify SURF algorithm according to performance on CPU, GPU, minHessian matrix and plot the output results for different boards. I already implemented it for CPU, GPU and different minHessian values. But i want to parallelize SURF code from inside to increase the performance. Anyone know how do i do that. I managed to find some interesting articles like

http://www.isaet.org/images/extraimag...

http://recsi2012.mondragon.edu/es/pro...

In my code i am tracking a QR code. Please help me with this. Thanks

edit retag flag offensive close merge delete