diff options
-rw-r--r-- | opencv.html.markdown | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/opencv.html.markdown b/opencv.html.markdown new file mode 100644 index 00000000..75ef7168 --- /dev/null +++ b/opencv.html.markdown @@ -0,0 +1,15 @@ +--- +language: c++ +filename: learncpp.cpp +contributors: + - ["Yogesh Ojha", "http://github.com/yogeshojha"] +--- +# Opencv + +Further Reading: + +An up-to-date language reference can be found at +<http://cppreference.com/w/cpp> + +Additional resources may be found at +<https://en.wikipedia.org/wiki/OpenCV> |