Skip to content

Commit 733f59c

Browse files
feat: Update lesson 4
1 parent 7d75884 commit 733f59c

File tree

6 files changed

+19499
-219
lines changed

6 files changed

+19499
-219
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*.user
1010
*.userosscache
1111
*.sln.docstates
12+
*.vscode
1213

1314
# User-specific files (MonoDevelop/Xamarin Studio)
1415
*.userprefs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ I also provided the estimated time required to complete each lesson, a link to t
2020
| OpenCV fundamentals | 20 min | [Open](https://github.com/computationalcore/introduction-to-opencv/blob/master/notebooks/1-Fundamentals.ipynb) | [Open](https://colab.research.google.com/github/computationalcore/introduction-to-opencv/blob/master/notebooks/1-Fundamentals.ipynb) |
2121
| Image stats and image processing | 20 min | [Open](https://github.com/computationalcore/introduction-to-opencv/blob/master/notebooks/2-Image_stats_and_image_processing.ipynb) | [Open](https://colab.research.google.com/github/computationalcore/introduction-to-opencv/blob/master/notebooks/2-Image_stats_and_image_processing.ipynb) |
2222
| Features in computer vision | 20 min | [Open](https://github.com/computationalcore/introduction-to-opencv/blob/master/notebooks/3-Features.ipynb) | [Open](https://colab.research.google.com/github/computationalcore/introduction-to-opencv/blob/master/notebooks/3-Features.ipynb) |
23-
| Face Detection | 5 min | [Open](https://github.com/computationalcore/introduction-to-opencv/blob/master/notebooks/4-face_detection.ipynb) | [Open](https://colab.research.google.com/github/computationalcore/introduction-to-opencv/blob/master/notebooks/4-face_detection.ipynb) |
24-
| **Total** | **65 min** | | |
23+
| Cascade Classification | 20 min | [Open](https://github.com/computationalcore/introduction-to-opencv/blob/master/notebooks/4-Cascade_classification.ipynb) | [Open](https://colab.research.google.com/github/computationalcore/introduction-to-opencv/blob/master/notebooks/4-Cascade_classification.ipynb) |
24+
| **Total** | **80 min** | | |
2525

2626
## License
2727

0 commit comments

Comments
 (0)