Giter VIP home page Giter VIP logo

jetson-screencasts-sources's Introduction

About

This repository contains the sources of the examples from screencasts about OpenCV programming on NVidia Jetson platform.

Prerequisites

  • All the examples are built with the help of CMake build system. To install it, run the following command in the terminal:
  $ sudo apt-get install cmake
  • The only dependency of the examples is the OpenCV4Tegra library. It should be installed on the platform as part of the JetPack package. If, for some reason, you don't have it installed on the system, you can try the following command:
  $ sudo apt-get install libopencv4tegra-dev

Building

Each example is self-contained and is located in a separate folder. All of them can be built using the same procedure:

  • Go to the directory of the sample
$ cd ~/0-cv-hello
  • Create build directory and go to it
$ mkdir build
$ cd build
  • Run cmake to generate a Makefile
$ cmake ..
  • Run make to build the executable
$ make
  • Go one level up (so that the application can locate the media files) and run the executable
$ cd ..
$ ./build/cv_hello

Notes

  • Examples 11-cv-perf, 12-cv-threads, 13-cv-neon, 14-cv-gpu use C++11 features
  • Examples 12-cv-threads and 13-cv-neon use OpenMP.
  • Example 13-cv-neon uses NEON compiler intrinsics.

jetson-screencasts-sources's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.