Difference between revisions of "RidgeRun OpenCV Fork"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "== Introduction == The '''RidgeRun OpenCV fork''' is a modified version of the project with various improvements around speed and efficiency. While some changes are general (...")
 
Line 9: Line 9:
  
 
== Building the Project ==
 
== Building the Project ==
 +
 +
Follow the instructions in our [Compiling OpenCV from Source] page. Make sure you select:
 +
* RidgeRun fork
 +
* GStreamer support
 +
* CUDA support (if applicable)

Revision as of 23:09, 17 September 2020

Introduction

The RidgeRun OpenCV fork is a modified version of the project with various improvements around speed and efficiency. While some changes are general (i.e.: any platform will benefit from them), others are specific to the NVIDIA Jetson family.

The fork is hosted at:

https://github.com/RidgeRun/opencv

Building the Project

Follow the instructions in our [Compiling OpenCV from Source] page. Make sure you select:

  • RidgeRun fork
  • GStreamer support
  • CUDA support (if applicable)