From 03c3e902736552e10db1b9a1be12ba3f602520df Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:47:43 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 48b1ea0..d790db7 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,6 @@ In the case you know Matlab check here: * [Basics](pandas/basics/README.md) - - ## Sci-kit Learn * [Overview](scikit-learn/overview/README.md) * [KMeans](scikit-learn/kmeans/README.md) @@ -131,6 +129,7 @@ In the case you know Matlab check here: * [Argh: Organize your command line arguments](helper/argh/README.md) ## OpenCV2 and Python +* [OpenCV2: Play, write, read a video](cv2/write_read_play/README.md) * [How to read a webcam with CV2](cv2/webcam/README.md) ## PyTorch