nvidia-jetson-opencv-101

NVIDIA Jetson TX1 OpenCV 101 Tutorials

View project on GitHub

Episode 1 : CV Mat Container

Learn to work with mat, OpenCV’s primary container. You’ll learn memory allocation for a basic image matrix, then test a CUDA image copy with sample grayscale and color images.

Video

The instructor introduce a few concepts in different steps.

Step 1 : Painting a cicle on a gray-scale image

Circle

Step 2 : Demostration of two variable referencing the same image data

Same memory

Step 3 : Copying the image

Image copy

Step 4 : Colour images

Colour images

Step 5 : Working with gray-scale gradient

Gray gradient

Step 6 : Working with colour gradient

Colour gradient