Skip to content

Commit 8f5b4d1

Browse files
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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# python-examples-ml
2+
Python machine learning examples used for teaching

0 commit comments

Comments
 (0)