You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
0 commit comments