RidgeRun OpenCV Fork: Difference between revisions

From RidgeRun Developer Wiki
(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 (...")
 
No edit summary
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 04:09, 18 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)