/opencv_bazel

Building OpenCV project with Bazel

Primary LanguageC++

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