BlogHide Resteemsdebug (25)in opencv-3 • 7 years agoInstalling opencv 3.3 in ubuntu 16.04 LTSI used to have to compile the source code and do all the painful stuff. but luckily, we don't have to do it anymore. Fast way: pip install opencv-contrib-python Slow and painful way: ok I…debug (25)in opencv-3 • 7 years agoOpenCV Lesson 1: Basic I/O scriptsI decided to document what I learn about OpenCV as my days going. This is day 1: input/output scripts. Let's dive right into it. We have input fuction: cv2.imread(filename, flags) and output…