Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA

You're reading from   Hands-On GPU-Accelerated Computer Vision with OpenCV and CUDA Effective techniques for processing complex image data in real time using GPUs

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher Packt
ISBN-13 9781789348293
Length 380 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Bhaumik Vaidya Bhaumik Vaidya
Author Profile Icon Bhaumik Vaidya
Bhaumik Vaidya
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Introducing CUDA and Getting Started with CUDA 2. Parallel Programming using CUDA C FREE CHAPTER 3. Threads, Synchronization, and Memory 4. Advanced Concepts in CUDA 5. Getting Started with OpenCV with CUDA Support 6. Basic Computer Vision Operations Using OpenCV and CUDA 7. Object Detection and Tracking Using OpenCV and CUDA 8. Introduction to the Jetson TX1 Development Board and Installing OpenCV on Jetson TX1 9. Deploying Computer Vision Applications on Jetson TX1 10. Getting Started with PyCUDA 11. Working with PyCUDA 12. Basic Computer Vision Applications Using PyCUDA 13. Assessments 14. Other Books You May Enjoy

Chapter 9

  1. The global memory for the GPU device on Jetson TX1 is around 4 GB with a GPU clock speed of around 1 GHz. This clock speed is slower than Geforce 940 GPU used earlier in this book. The memory clock speed is only 13 MHz compared to 2.505 GHz on Geforce 940, which makes Jetson TX1 slower. The L2 cache is 256 KB compared to 1 MB on Geforce 940. Most of the other properties are similar to GeForce 940.
  2. True
  3. In the latest Jetpack, OpenCV is not compiled with CUDA support nor does it have GStreamer support, which is needed for accessing the camera from the code. So, it is a good idea to remove OpenCV installation that comes with Jetpack and compile the new version of OpenCV with CUGA and GStreamer support.
  4. False. OpenCV can capture video from both USB and CSI camera connected to Jetson TX1 board.
  5. True. CSI camera is more close to hardware so frames are read quickly than USB...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime