# Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA **Repository Path**: qianjide/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**: 借助OpenCV和CUDA实现GPU加速的计算机视觉 该书共计12章,涵盖以下内容: 1.了解如何从CUDA程序访问GPU设备属性和功能; 2.了解如何加快搜索和排序算法; 3.检测图像中的线条和圆形等形状; 4.使用算法探索对象跟踪和检测; 5.在Jetson TX1中使用不同的视频分析技术处理视频; 6.从PyCUDA程序访问GPU设备属性; 7.了解内核执行的工作原理。 每章均配有代码,并录制了10个视频教程。 作为该领域最新的相关开发教程,非常值得参考。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2019-04-15 - **Last Updated**: 2023-10-31 ## 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