OpenCV no Cuda?

Be aware that there is no automatic backend selection in opencv.
For using GPU on Jetson, you would have to use opencv_cuda modules, using GpuMat instead of cv::Mat.
Only a subset of opencv algorithms are supported with opencv_cuda modules, and sometimes the results may be different.
Support for opencv cuda programming might be be limited in python.