Sunday, September 15, 2019

ways to increase OpenCV fps

One way to increase the fps of the OCT software might be via multi-threading - using a separate thread to poll the camera as in 
https://www.pyimagesearch.com/2015/12/21/increasing-webcam-fps-with-python-and-opencv/

Another way might be the cufft library? 
https://www.researchgate.net/post/How_efficient_are_the_parallel_2D_FFT_implementations

No comments:

Post a Comment