dreamflyforever / opencv-mobile

This project is for 32bit arm platform use opencv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opencv-mobile

This project is for rv1103 platform.

usage

set(OpenCV_DIR "${CMAKE_CURRENT_SOURCE_DIR}/lib/cmake/opencv4") find_package(OpenCV REQUIRED) include_directories(${OpenCV_INCLUDE_DIRS})

mkdir build; cd build; cmake ..; make

ps: must excute 'RkLunch-stop.sh'

license

MIT by Jim

About

This project is for 32bit arm platform use opencv.


Languages

Language:C++ 94.7%Language:C 4.9%Language:CMake 0.4%Language:Shell 0.0%