Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Image Stitching with cv2.cuda()

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?