# Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA **Repository Path**: yajun-wang11/Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA ## Basic Information - **Project Name**: Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA - **Description**: 基于GPU加速的计算机视觉编程 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-01-06 - **Last Updated**: 2022-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA Hands-On GPU Accelerated Computer Vision with OpenCV and CUDA, published by Packt Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA This is the code repository for [Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA](https://www.packtpub.com/application-development/hands-gpu-accelerated-computer-vision-opencv-and-cuda?utm_source=github&utm_medium=repository&utm_campaign=9781789348293 ), published by Packt. **Effective techniques for processing complex image data in real time using GPUs ** ## What is this book about? Computer vision has been revolutionizing a wide range of industries, and OpenCV is the most widely chosen tool for computer vision with its ability to work in multiple programming languages. Nowadays, in computer vision, there is a need to process large images in real time, which is difficult to handle for OpenCV on its own. This is where CUDA comes into the picture, allowing OpenCV to leverage powerful NVDIA GPUs. This book provides a detailed overview of integrating OpenCV with CUDA for practical applications. This book covers the following exciting features: Understand how to access GPU device properties and capabilities from CUDA programs