Image-Stitching-OpenCV icon indicating copy to clipboard operation
Image-Stitching-OpenCV copied to clipboard

Runtime improvement

Open caesarakalaeii opened this issue 1 year ago • 0 comments

I know that is not really the point of the script, but since I used it modified for a real-time application I wanted to share this: In lines 67 and 68, you find the minimum/maximum using python's build-in version. using np.min() and np.max significantly improves runtime.

caesarakalaeii avatar Apr 28 '23 14:04 caesarakalaeii