summaryrefslogtreecommitdiffhomepage
path: root/opencv.html.markdown
diff options
context:
space:
mode:
authorYogesh Ojha <yogesh.ojha11@gmail.com>2018-10-06 19:42:59 +0530
committerGitHub <noreply@github.com>2018-10-06 19:42:59 +0530
commite89ab955d8f599f70d6c331aa6c16040e4b7e4a3 (patch)
tree2800c05c3565d6245fa523ae4d10d73703648d19 /opencv.html.markdown
parent21121eadd115b017ea1bb00b19ef27612855981b (diff)
Initial Commit for Opencv
Diffstat (limited to 'opencv.html.markdown')
-rw-r--r--opencv.html.markdown15
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>