Commit 8f5b4d1
authored
Python machine learning examples used for teaching
OpenCV Python Machine Learning examples used for teaching within the Computer Science programme at Durham University (UK) by Toby Breckon.
All tested with OpenCV 3.1 and Python 3.x.
Demo source code is provided "as is" to aid your learning and understanding of topics on the course.
Most run with a webcam connected or from a command line supplied video file of a format OpenCV supports on your system (otherwise edit the script to provide your own image source).
N.B. you may need to change the line near the top that specifies the camera device to use on some examples below - change "0" if you have one webcam, I have it set to "1" to skip my built-in laptop webcam and use the connected USB camera.
If you find any bugs report them to me - [email protected]
"may the source be with you" - anon.1 parent 1b2e5bd commit 8f5b4d1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments