1GPU-Accelerated Computer Vision (cuda module) {#tutorial_table_of_content_gpu}
2=============================================
3
4Squeeze out every little computation power from your system by using the power of your video card to
5run the OpenCV algorithms.
6
7-   @subpage tutorial_gpu_basics_similarity
8
9    *Compatibility:* \> OpenCV 2.0
10
11    *Author:* Bernát Gábor
12
13    This will give a good grasp on how to approach coding on the GPU module, once you already know
14    how to handle the other modules. As a test case it will port the similarity methods from the
15    tutorial @ref tutorial_video_input_psnr_ssim to the GPU.
16