mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
docs: fix build without opencv_contrib (avoid links to CUDA modules)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@cond CUDA_MODULES
|
||||
Using a cv::cuda::GpuMat with thrust {#tutorial_gpu_thrust_interop}
|
||||
===========================================
|
||||
|
||||
@@ -68,3 +69,4 @@ Next we will determine how many values are greater than 0 by using thrust::count
|
||||
|
||||
We will use those results to create an output buffer for storing the copied values, we will then use copy_if with the same predicate to populate the output buffer.
|
||||
Lastly we will download the values into a CPU mat for viewing.
|
||||
@endcond
|
||||
|
||||
Reference in New Issue
Block a user