Skip to content

Instantly share code, notes, and snippets.

@david-serrano
david-serrano / Step by step guide - Windows.txt
Last active September 29, 2023 07:15
Building a minified version of OpenCV 3.4.3 for Android from sources
How to build OpenCV from sources for Android on Windows
-------------------------------------------------------
This is a step by step guide on how to get the source code and tools necessary for building OpenCV from scratch.
Downloading required packages:
------------------------------
* Download the Android NDK:
ndk-r20 was used as of the time of writing.