diff options
author | Yogesh Ojha <yogesh.ojha11@gmail.com> | 2018-10-14 12:40:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-14 12:40:30 +0530 |
commit | 76863b963ed57c5b75b9447caba283946802bbc1 (patch) | |
tree | b8115729cfe78520e50f341d35c82f2e420b0f24 | |
parent | 6f7caa6caac87f2086277fb0856ea668717ab18a (diff) |
Added new empty line
-rw-r--r-- | opencv.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opencv.html.markdown b/opencv.html.markdown index 9f81ee28..f8763b35 100644 --- a/opencv.html.markdown +++ b/opencv.html.markdown @@ -17,7 +17,9 @@ 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]() + ### Here we will be focusing on python implementation of OpenCV + ```python # Reading image in OpenCV import cv2 |