Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. I uploaded files modified from Shantnu Tiwari's Python For Engineers (PyEng) respository.
  2. Specifically, the Image_Video subdirectory has sample programs, which I modified to use matplotlib.pyplot's imshow() insead of OpenCV's imshow().
  3. This is not ideal, but got the programs further along in the absense of a working OpenCV on Ubuntu.
  4. The next step was to avoid the GUI altogether and use OpenCV's imwrite() to save images to a file. The pyplot examples are left in, but commented out for reference.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement