A stitching with CUDA did not work.
<enviroment> OpenCV4.1.1, OpenCV_Contribute4.1.1, CUDA10.1, TBB20190605, VisualStudio2019 , Cmake 3.14.1, Corei7 8700, GTX 1070Ti
OpenCV-reference said: "If you have cuda device cv::Stitcher can be configured to offload certain operations to GPU. If you prefer this configuration set try_use_gpu to true." link:https://docs.opencv.org/master/d8/d19/tutorial_stitcher.html
But there isn't "try-use-gpu" in the sample code. Thank you in advance.