Hi all, I have tried image stitching with opencv (followed https://www.pyimagesearch.com/2016/01/25/real-time-panorama-and-image-stitching-with-opencv/ this tutorial) and it's working good.Now I brought Nvidia GEFORCE GTX 1660 gpu and installed cuda drivers.Now I'm trying to perform video stitching with cuda support.
descriptor = cv2.xfeatures2d.SIFT_create()
(kps, features) = descriptor.detectAndCompute(image, None)
Is it work on cuda?