Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 324 Bytes

opencv_bazel

Building OpenCV project with Bazel

Dependencies

How to

  • In the WORKSPACE file, change the path of the OpenCV to your system path.
  • Build the project using bazel build //main:main
  • To run the demo file bazel-bin/main/main /path/to/image