GitXplorerGitXplorer
P

Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA

public
637 stars
230 forks
5 issues

Commits

List of commits on branch master.
Unverified
6625443bb8aa6658757448932f0c79ef11f3584a

add $5 campaign

PPackt-ITService committed 4 years ago
Verified
0cd47fb5298d17f1a30343ade2081ccf4f1cdac8

Merge pull request #2 from zyxrrr/master

ggithubce committed 6 years ago
Verified
05aea23cc88cb878315ee47bcb7d2ccf72d561ac

cv::Vec3b is used for h_img2

zzyxrrr committed 6 years ago
Verified
6843f6834ca7829cbb44f4a6cdad5dc6849de290

shared_a idx error & shared_b idx error

zzyxrrr committed 6 years ago
Verified
dfcb6f4f15c63474604691a00b08e3275d1c6529

Update README.md

ddivyavadhyar committed 6 years ago
Verified
8cd828bc0f803ce7893f0a3cbd11822ca17ddc48

Update README.md

ddivyavadhyar committed 6 years ago

README

The README file for this repository.

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, 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

  • Learn how to accelerate searching and sorting algorithms
  • Detect shapes such as lines and circles in images
  • Explore object tracking and detection with algorithms
  • Process videos using different video analysis techniques in Jetson TX1
  • Access GPU device properties from the PyCUDA program
  • Understand how kernel execution works
  • If you feel this book is for you, get your copy today!

    https://www.packtpub.com/

    Instructions and Navigations

    All of the code is organized into folders. For example, Chapter02.

    The code will look like the following:

while (tid < N)
    {
       d_c[tid] = d_a[tid] + d_b[tid];
       tid += blockDim.x * gridDim.x;
    }

Following is what you need for this book: This book is a go-to guide for you if you are a developer working with OpenCV and want to learn how to process more complex image data by exploiting GPU processing. A thorough understanding of computer vision concepts and programming languages such as C++ or Python is expected.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
1-4 CUDA Toolkit X.X, Microsoft Visual Studio Community Edition, Nsight Windows, Mac OS X, and Linux (Any)
5-8 OpenCV Library Windows, Mac OS X, and Linux (Any)
10-12 Anaconda Python, PyCUDA Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Visit the following link to check out videos of the code being run: http://bit.ly/2PZOYcH

Related products

Get to Know the Author

Bhaumik Vaidya Bhaumik Vaidya is an experienced computer vision engineer and mentor. He has worked extensively on OpenCV Library in solving computer vision problems. He is a University gold medalist in masters and is now doing a PhD in the acceleration of computer vision algorithms built using OpenCV and deep learning libraries on GPUs. He has a background in teaching and has guided many projects in computer vision and VLSI(Very-large-scale integration). He has worked in the VLSI domain previously as an ASIC verification engineer, so he has very good knowledge of hardware architectures also. He has published many research papers in reputable journals to his credit. He, along with his PhD mentor, has also received an NVIDIA Jetson TX1 embedded development platform as a research grant from NVIDIA.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789348293