Skip to content

Commit 8322f20

Browse files
author
tobybreckon
committed
2 parents 256e4c1 + a55fd46 commit 8322f20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# python-examples-ml
2+
Python machine learning examples used for teaching
3+
4+
OpenCV Python machine leanring examples used for teaching within the Computer Science programme at Durham University (UK) by Toby Breckon.
5+
6+
All tested with OpenCV 3.1 and Python 3.x.
7+
8+
Demo source code is provided "as is" to aid your learning and understanding of topics on the course.
9+
10+
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).
11+
12+
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.
13+
14+
If you find any bugs report them to me - [email protected]
15+
16+
"may the source be with you" - anon.

0 commit comments

Comments
 (0)