From 2d1670fdf660d4e2bdac2c5c6d3cbcdf8e0c626b Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 29 Jun 2023 14:10:01 -0400 Subject: [PATCH] Add a readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..130630c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# OpenCV Example + +A simple boilerplate example for building a C++ application with OpenCV. + +Compiles on macOS and Linux.