Skip to content

Instantly share code, notes, and snippets.

View Maghin's full-sized avatar
🏠
Working from home

Adrien E. Maghin

🏠
Working from home
View GitHub Profile
@Maghin
Maghin / OpenCV-build.md
Last active June 11, 2024 00:20
Build OpenCV 4.5.5 on Windows VS2019 with CUDA, DNN, Qt, TBB and more

Build OpenCV 4.5.5 on Windows VS2019 with CUDA, DNN, Qt, OpenGL, TBB, VTK.

This documentation explain how to build the latest OpenCV version - 4.4.5 20/02/2022 - from sources.

We will focus on C++ and not build any Python libs.

Prerequisites

Install theses tools with common option :

AE2 CheatSheet

Extract a file

docker run --rm -ti -v "$PWD:/app" node \
    bash -c "npm install --global drs-extract && drs-extract /app/graphics.drs --extract /app/extract"