Skip to content

Commit c53585f

Browse files
authored
Update README.md
1 parent d511f53 commit c53585f

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# Computer-Vision-Basics-with-Python-Keras-and-OpenCV
1+
# Computer Vision Basics with Python Keras and OpenCV
2+
3+
This was created as part of an educational for the [Western Founders Network](https://foundersnetwork.ca/) computer vision and machine learning educational session.
4+
5+
## Contents
6+
Computer-Vision-Basics-with-Python-Keras-and-OpenCV.ipynb contains a full tutorial of basic computer vision and machine learning concepts, including:
7+
8+
* *What computers see*
9+
* Image Filters and Functions
10+
- Blurring
11+
- Dilating
12+
- Erosion
13+
- Canny Edge Detectors
14+
- Thresholding
15+
* Background Subtraction Techniques
16+
- Using a background image to find differences
17+
- Using motion based background subtraction algorithms
18+
* Contours
19+
- Finding and sorting contours
20+
* Tracking
21+
* (Deep) Neural Networks
22+
* (Deep) Convolutiional Neural Networks
23+
* Demo Project: Gesture Recognition
24+
- Extracting the subject
25+
- Tracking the hand
26+
- Collecting data
27+
- Building the Neural Network
28+
- Preparing Data for Training
29+
- Training the Network
30+
- Plotting Model History

0 commit comments

Comments
 (0)