From 36161f37198c3473bc209a6e176806f4d007bf43 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 29 Jun 2023 14:14:06 -0400 Subject: [PATCH] Add 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..a41ef49 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# OpenCV Example + +A simple boilerplate example for building a C++ application for working with video in OpenCV. + +Compiles on macOS and Linux.