diff options
-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 |