How can I achieve CUDA acceleration in stitch

asked 2019-10-23 06:41:02 -0600

friendCYQ gravatar image

I used "Visual Studio 2017 (v15)" - "CUDA 10.1" - "OpenCV 3.4.7". I turned CUDA,opencv_contrib,in CMAKE.

when i use stitch and set try_use_gpu = true, but "Error: The function/feature is not implemented (The called functionality is disabled for current build or platform) in throw_no_cuda, file D:\OpenCV\opencv\sources\modules\core\include\opencv2/core/private.cuda.hpp"

according to a fellow netizen, "The stitching algorithm is reliant on NPP graphcut implementation which was removed after CUDA 7.5.", and he think i can try to use cuda7.5 but i havn't use that early version anymore,so can't I use stitch with a higher version of CUDA?

help me!It's very frustrating for me!!!

edit retag flag offensive close merge delete