mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
16 lines
300 B
Markdown
16 lines
300 B
Markdown
|
---
|
||
|
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>
|