/native_opencv

Primary LanguageDartOtherNOASSERTION

Native OpenCV

A wrapped around the OpenCV library to achieve Lucas-Kanade Optical Flow.

Implemented using the youtube tutorial and code from The Coding Notebook.

When cloning this repo, make sure to also download the Android SDK from Source forge.

With this installed, note the path that the unzipped sdk is located at. Paste this path into the CMakeLists.txt file in the android folder, on line 6. Ensure the path uses the / path separator.