Login
Discover
Waves
Decks
Plus
Login
Signup
debug
@debug
25
Followers
22
Following
0
Resource Credits
Available
Used
Created
2017-10-02 22:00
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
debug
opencv-3
2017-11-01 06:19
Installing opencv 3.3 in ubuntu 16.04 LTS
I 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 will update and
$ 0.000
0
3
debug
opencv-3
2017-11-01 06:08
OpenCV Lesson 1: Basic I/O scripts
I 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 function:
$ 0.000
1
1