diff options
author | Senuros <Senuros@users.noreply.github.com> | 2018-10-19 12:53:36 +0200 |
---|---|---|
committer | Senuros <Senuros@users.noreply.github.com> | 2018-10-19 12:53:36 +0200 |
commit | 230b8b019f1d9e61d263cba42444496c99c06bde (patch) | |
tree | b7d405c46236242f59d6922b555b17a39061b25b | |
parent | 9e2bd7c11bcfce42007c962eb8a9fbbeeb6f12e2 (diff) |
Added another good Tutorial source, fixed word consistency
-rw-r--r-- | de-de/opencv-de.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/de-de/opencv-de.html.markdown b/de-de/opencv-de.html.markdown index 31d0d05f..2d9a2c4e 100644 --- a/de-de/opencv-de.html.markdown +++ b/de-de/opencv-de.html.markdown @@ -145,8 +145,9 @@ cv2.destroyAllWindows() * OpenCV Zeichenfunktionen [https://docs.opencv.org/2.4/modules/core/doc/drawing_functions.html]() * Eine aktuelle Sprachenreferenz kann hier gefunden werden [https://opencv.org]() * Zusätzliche Ressourcen können hier gefunden werden [https://en.wikipedia.org/wiki/OpenCV]() -* Gute OpenCv Tutorials +* Gute OpenCV Tutorials * [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_tutorials.html]() * [https://realpython.com/python-opencv-color-spaces]() * [https://pyimagesearch.com]() * [https://www.learnopencv.com]() + * [https://docs.opencv.org/master/]() |