1
0
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:
Alexander Alekhin
2018-09-26 15:24:52 +03:00
parent d8d025c33b
commit 2e8483bd1c
7 changed files with 32 additions and 7 deletions
@@ -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