Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
6eed6a8e
Commit
6eed6a8e
authored
Jan 24, 2017
by
catree
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add thrust tutorial in the GPU main page documentation.
parent
2bac66a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
gpu_thrust_interop.markdown
...orials/gpu/gpu-thrust-interop/gpu_thrust_interop.markdown
+1
-1
table_of_content_gpu.markdown
doc/tutorials/gpu/table_of_content_gpu.markdown
+7
-0
No files found.
doc/tutorials/gpu/gpu-thrust-interop/gpu_thrust_interop.markdown
View file @
6eed6a8e
Using a cv::cuda::GpuMat with thrust
Using a cv::cuda::GpuMat with thrust
{#tutorial_gpu_thrust_interop}
===========================================
Goal
...
...
doc/tutorials/gpu/table_of_content_gpu.markdown
View file @
6eed6a8e
...
...
@@ -13,3 +13,10 @@ run the OpenCV algorithms.
This will give a good grasp on how to approach coding on the GPU module, once you already know
how to handle the other modules. As a test case it will port the similarity methods from the
tutorial @ref tutorial_video_input_psnr_ssim to the GPU.
-
@subpage tutorial_gpu_thrust_interop
*Compatibility:* \>= OpenCV 3.0
This tutorial will show you how to wrap a GpuMat into a thrust iterator in order to be able to
use the functions in the thrust library.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment