summaryrefslogtreecommitdiffhomepage
path: root/opencv.html.markdown
diff options
context:
space:
mode:
authorYogesh Ojha <yogesh.ojha11@gmail.com>2018-10-13 20:11:59 +0530
committerGitHub <noreply@github.com>2018-10-13 20:11:59 +0530
commit6f7caa6caac87f2086277fb0856ea668717ab18a (patch)
tree5536743dc571fa3a76f3e8a34fb16420bded4b77 /opencv.html.markdown
parent31e4b9653966df83d5333419b80384933de9367a (diff)
Update opencv.html.markdown
Diffstat (limited to 'opencv.html.markdown')
-rw-r--r--opencv.html.markdown23
1 files changed, 12 insertions, 11 deletions
diff --git a/opencv.html.markdown b/opencv.html.markdown
index 7b61d2cd..9f81ee28 100644
--- a/opencv.html.markdown
+++ b/opencv.html.markdown
@@ -13,9 +13,10 @@ Opencv currently supports wide variety of languages like, C++, Python, Java etc
#### Installation
Please refer to these articles for installation of OpenCV on your computer.
-* Windows Installation Instructions: [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.html#install-opencv-python-in-windows]
-* Mac Installation Instructions (High Sierra): [https://medium.com/@nuwanprabhath/installing-opencv-in-macos-high-sierra-for-python-3-89c79f0a246a]
-* Linux Installation Instructions (Ubuntu 18.04): [https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv]
+
+* Windows Installation Instructions: [https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.html#install-opencv-python-in-windows]()
+* Mac Installation Instructions (High Sierra): [https://medium.com/@nuwanprabhath/installing-opencv-in-macos-high-sierra-for-python-3-89c79f0a246a]()
+* Linux Installation Instructions (Ubuntu 18.04): [https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv]()
### Here we will be focusing on python implementation of OpenCV
```python
# Reading image in OpenCV
@@ -130,12 +131,12 @@ cv2.destroyAllWindows()
### Further Reading:
-* Download Cascade from [https://github.com/opencv/opencv/blob/master/data/haarcascades]
-* OpenCV drawing Functions [https://docs.opencv.org/2.4/modules/core/doc/drawing_functions.html]
-* An up-to-date language reference can be found at [https://opencv.org]
-* Additional resources may be found at [https://en.wikipedia.org/wiki/OpenCV]
+* Download Cascade from [https://github.com/opencv/opencv/blob/master/data/haarcascades]()
+* OpenCV drawing Functions [https://docs.opencv.org/2.4/modules/core/doc/drawing_functions.html]()
+* An up-to-date language reference can be found at [https://opencv.org]()
+* Additional resources may be found at [https://en.wikipedia.org/wiki/OpenCV]()
* Good 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://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]()