How to improve execution speed

Hi
I have developed a opencv algorithm in Windows i3 procesessor with 4GB RAM .And Visual studio 2015.Where i got 40 frames per second.

when i try to run the same code in jetson TX1 using g++ compiler i am getting only 10FPS only.

Please let me know how to improve performance.

Thanks and regards
aravindan k

Hi aravindan, you would need to use the CUDA modules in OpenCV to utilize the Jetson’s GPU.