{"id":15848444,"url":"https://github.com/pythonista7/opencv_selftut","last_synced_at":"2026-04-17T00:33:07.650Z","repository":{"id":135374988,"uuid":"164278471","full_name":"Pythonista7/OpenCV_selfTut","owner":"Pythonista7","description":"Teaching myself some image processing with opencv and python","archived":false,"fork":false,"pushed_at":"2019-01-12T15:06:53.000Z","size":6662,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T17:56:16.212Z","etag":null,"topics":["30daysofcode","algorithms","c","datastructures","jupyter-notebook","jupyter-notebooks","opencv","opencv-python","opencv-tutorial","python3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pythonista7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-06T05:31:09.000Z","updated_at":"2019-08-22T00:48:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"028f886e-8509-4c5a-9ba6-4f47a6d53d7f","html_url":"https://github.com/Pythonista7/OpenCV_selfTut","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"c27f4d658808a30e54d2bffe5876c561be2e7e2e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pythonista7/OpenCV_selfTut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pythonista7%2FOpenCV_selfTut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pythonista7%2FOpenCV_selfTut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pythonista7%2FOpenCV_selfTut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pythonista7%2FOpenCV_selfTut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pythonista7","download_url":"https://codeload.github.com/Pythonista7/OpenCV_selfTut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pythonista7%2FOpenCV_selfTut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["30daysofcode","algorithms","c","datastructures","jupyter-notebook","jupyter-notebooks","opencv","opencv-python","opencv-tutorial","python3"],"created_at":"2024-10-05T18:02:30.458Z","updated_at":"2026-04-17T00:33:07.609Z","avatar_url":"https://github.com/Pythonista7.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 30 Days of Code Challenge\n\n### About\n\n- 30 days of code chalenge is ment to get the programmer in you running.\n\n- Commit to a minimum of 1 hour a day of coding to sharpen your skills.\n\n- No language restrctions.\n\n- No topic restriction.But make make sure to keep it challenging.\n\n- Additional description appriciated but not mandatory.\n\n- *Descriptive comments, indentation and sensible variable names are a must.*\n\n- Commit code + log(output) to github every 24 hours for the next 30 days.\n\n- Don't Forget to update this Readme everyday.\n\n\n## Resources\nDon't know where to begin?\n\n1) Try solving coding challenges on websites like :\n\n\tCodewars : [www.codewars.com/r/4NSWPQ](www.codewars.com/r/4NSWPQ) (Relatively Easy)\n\n\tOr tons of other challenging ones.To mention a few :\n\n\t- Hacker Earth -[https://www.hackerrank.com/](https://www.hackerrank.com/)\n\n\t- Hacker Rank - [https://www.hackerearth.com/](https://www.hackerearth.com/)\n\n\t- CodeChef - [https://www.codechef.com/](https://www.codechef.com/)\n\n\n2) Try to implement basic **Datastructes** and **Algorithms** initially and   \tmove on to apply to other problems.\n\n3) Move on to neich corners.Want to learn something new and specific goahead.\nBut make sure you putdown a meaning effort and upload anything you've written.\n***Dont miss a commit just because it ain't great.***\n4) Or start early and obtain the art of learning from documentation\u003ewill help you in the long run.\u003cbr\u003e\n### Day 1\n* Insertion Sort in C.(Algorithms)\n\t* Code file - [InsertionSort.c](https://github.com/Pythonista7/30_days_of_code-/blob/master/InsertionSort.c)\n\t* Log File - [InsertionSort_log.txt](https://github.com/Pythonista7/30_days_of_code-/blob/master/InsertionSort_log.txt)\n\n\n\n* A Basic Clone of MS Paint using OpenCV in Python.(ImageProcessing)\n\t* Code file - [PaintBrushwCV.py](https://github.com/Pythonista7/30_days_of_code-/blob/master/PaintBrushwCV.py)\n\t* A sample below:\n\t\n\t![Drawing](https://github.com/Pythonista7/30_days_of_code-/blob/master/MonaLisa.png)\n\t\n\n### Day 2\n* Core Operations with openCV.I would highly recommend checking out the openCV documentation.They also a really good python tutorial.Click [here](https://docs.opencv.org/3.1.0/d6/d00/tutorial_py_root.html#gsc.tab=0).Topics covered today Core Operation: Basic Operations , Arithmetic and Bitwise operations.\n\t* Code File : [OCVCoreOps.py\n](https://github.com/Pythonista7/30_days_of_code-/blob/master/OCVCoreOps.py)\n\t* Screen Shot :\n\t![Creating a Mask](https://github.com/Pythonista7/30_days_of_code-/blob/master/assets/Day2.png)\n\n### Day 3\n* Today I was really curious to apply this to one of my [Other Project](https://github.com/Pythonista7/Sign_Language_Digit_Recognition).I've always wanted to do this.The prediciton acc might not be good but I learnt a lot of things about pipelining video data and other challenges.\n\n\t* Code File : [SignLangDigitRecogWOpenCV.ipynb](https://github.com/Pythonista7/30_days_of_code-/blob/master/SignLangDigitRecogWOpenCV.ipynb)\n\t* Screen Shot :\n![ScrnShot](https://github.com/Pythonista7/30_days_of_code-/blob/master/assets/SignLangScrnShot.jpeg)\n\nThe \"mask\" window is rescaled to input to the CNN(\"img\" is the input to the CNN) and the mask overlayed with the prediction of what the hand-posture is, is show displayed on the top right of the \"result\" window.\n\n### Day 4\n* OpenCV in python continued.Topics covered - *Geometric Transformations* and *Image Thresholding* .\n  Made a detailed and explainatory jupyter notebook which covers these 2 topics and implementation.\n  \t* Notebook's \u003cbr\u003e\n\t\t     - [Geometric Trasformations .ipynb](https://github.com/Pythonista7/30_days_of_code-/blob/master/Geometric%20Trasformations%20.ipynb)\u003cbr\u003e\n\t\t     - [Image Thresholding.ipynb](https://github.com/Pythonista7/30_days_of_code-/blob/master/Image%20Thresholding.ipynb)\n\n### Day 5\n* OpenCV in python continued.Topics covered - *Geometric Transformations* and *Image Thresholding* .\n  Made a detailed and explainatory jupyter notebook.\n  \t* Notebook's \u003cbr\u003e\n\t\t    - [Smoothing Images.ipynb](https://github.com/Pythonista7/30_days_of_code-/blob/master/Smoothing%20Images.ipynb)\u003cbr\u003e\n\t\t    - [Morphological Transformations.ipynb](https://github.com/Pythonista7/30_days_of_code-/blob/master/Morphological%20Transformations.ipynb)\n\n### Day 6\n* OpenCV in python continued.Topics covered - *Image Gradients* and *Canny Edge Detection* .\n  Made a detailed and explainatory jupyter notebook.\n  \t* Notebook's \u003cbr\u003e\n\t\t    - [Image Gradients](https://github.com/Pythonista7/30_days_of_code-/blob/master/Image%20Gradients.ipynb)\u003cbr\u003e\n\t\t    - [Canny Edge Detection](https://github.com/Pythonista7/30_days_of_code-/blob/master/Canny%20Edge%20Detection.ipynb)\n\n### Day 7\n* OpenCV in python continued.Topics covered - *Image Pyramids*.\n  Made a detailed and explainatory jupyter notebook.\n  \t* Notebook's \u003cbr\u003e\n\t             - [Image Pyramids](https://github.com/Pythonista7/30_days_of_code-/blob/master/Image%20Pyramids.ipynb)\n\t\t       \u003cbr\u003eAmbitiously failed tring to create the ultimate football machine.\u003cbr\u003e\n\t\t       ![AmbitiousFail](https://github.com/Pythonista7/30_days_of_code-/blob/master/assets/ambitiousFail.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonista7%2Fopencv_selftut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonista7%2Fopencv_selftut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonista7%2Fopencv_selftut/lists"}