{"id":16479097,"url":"https://github.com/googlercolin/opencv-course","last_synced_at":"2025-02-28T14:18:33.532Z","repository":{"id":82952488,"uuid":"434842435","full_name":"googlercolin/OpenCV-Course","owner":"googlercolin","description":"Learning OpenCV using material from Jason DSouza, freeCodeCamp \u0026 Murtaza Hassan!","archived":false,"fork":false,"pushed_at":"2021-12-31T02:45:07.000Z","size":10786,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T07:36:25.329Z","etag":null,"topics":["computer-vision","face-detection","machine-learning","opencv"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/googlercolin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-04T08:03:05.000Z","updated_at":"2024-12-14T17:32:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a64ca25-b39e-45d4-88e1-4737ed96ee08","html_url":"https://github.com/googlercolin/OpenCV-Course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlercolin%2FOpenCV-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlercolin%2FOpenCV-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlercolin%2FOpenCV-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/googlercolin%2FOpenCV-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/googlercolin","download_url":"https://codeload.github.com/googlercolin/OpenCV-Course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241164366,"owners_count":19920566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","face-detection","machine-learning","opencv"],"created_at":"2024-10-11T12:51:03.836Z","updated_at":"2025-02-28T14:18:33.509Z","avatar_url":"https://github.com/googlercolin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro\n\nLearning OpenCV using material from Jason DSouza, freeCodeCamp \u0026 Murtaza Hassan!\n\n## Important Updates:\n\n`caer.train_val_split()` is a deprecated feature in [`caer`](https://github.com/jasmcaus/caer/). Use `sklearn.model_selection.train_test_split()` instead. See [#9](https://github.com/jasmcaus/opencv-course/issues/9) for more details.\n\n# Course Outline (with timestamps)\n\n## 1. Installation\n\nBesides installing OpenCV, we cover the installation of the following package:\n\n[**`Caer`**](https://github.com/jasmcaus/caer/) is a _lightweight, high-performance_ Vision library for high-performance AI research. It simplifies your approach towards Computer Vision by abstracting away unnecessary boilerplate code giving you the **flexibility** to quickly prototype deep learning models and research ideas.\n\n```bash\n$ pip install caer\n```\n\n## 2. Basic Concepts:\n\n- Reading Images and Video ([0:04:12](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=252s))\n- Resizing and Rescaling Images and Video Frames ([0:12:57](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=777s))\n- Drawing Shapes and Placing text on images ([0:20:21](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=1221s))\n- 5 Essential Methods in OpenCV ([0:31:55](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=1915s))\n- Image Transformations ([0:44:13](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=2653s))\n- Contour Detection ([0:57:06](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=3426s))\n\n## 3. Advanced Concepts:\n\n- Switching between Colour Spaces (RGB, BGR, Grayscale, HSV and L*a*b) ([1:12:53](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=4373s))\n- Splitting and Merging Colour Channels ([1:23:10](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=4990s))\n- Blurring ([1:31:03](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=5463s))\n- BITWISE operations ([1:44:27](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=6267s))\n- Masking ([1:53:06](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=6786s))\n- Histogram Computation ([2:01:43](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=7303s))\n- Thresholding/Binarizing Images ([2:15:22](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=8122s))\n- Advanced Edge Detection ([2:26:27](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=8787s))\n\n## 4. Face Detection and Recognition\n\n- Face Detection using Haar Cascades ([2:35:25](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=9325s))\n- Face Recognition using OpenCV's LBPHFaceRecognizer algorithm ([2:49:05](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=10145s))\n\n## 5. Capstone: Deep Computer Vision\n\n- Building a Deep Computer Vision model to classify between the characters in the popular TV series The Simpsons ([3:11:57](https://www.youtube.com/watch?v=x3c8w2ruhjs\u0026t=11517s))\n\n# Credits\n\nThe images in the [Photos](https://github.com/jasmcaus/opencv-course/tree/master/Resources/Photos) and [Videos](https://github.com/jasmcaus/opencv-course/tree/master/Resources/Videos) folders were downloaded from [Unsplash](http://unsplash.com) and [Pixabay](http://pixabay.com), unless otherwise mentioned.\n\nThe images in the [Faces](https://github.com/jasmcaus/opencv-course/tree/master/Resources/Faces) folder were procurred from a [repo](https://www.kaggle.com/dansbecker/5-celebrity-faces-dataset) on Kaggle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglercolin%2Fopencv-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglercolin%2Fopencv-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglercolin%2Fopencv-course/lists"}