{"id":26722802,"url":"https://github.com/asadiahmad/opencv-intro","last_synced_at":"2026-05-07T18:32:07.671Z","repository":{"id":226805807,"uuid":"769688164","full_name":"AsadiAhmad/OpenCV-Intro","owner":"AsadiAhmad","description":"An Intro for OpenCV Digital Image Proccessing Library with Python Language","archived":false,"fork":false,"pushed_at":"2024-03-09T19:34:23.000Z","size":580,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T15:03:30.002Z","etag":null,"topics":["colab-notebook","digital-image-processing","image","image-processing","opencv","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/AsadiAhmad.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}},"created_at":"2024-03-09T19:20:05.000Z","updated_at":"2025-05-21T15:29:33.000Z","dependencies_parsed_at":"2024-03-09T20:29:02.931Z","dependency_job_id":"d1f8b858-02a9-4ee6-b2dc-095d621ac55a","html_url":"https://github.com/AsadiAhmad/OpenCV-Intro","commit_stats":null,"previous_names":["asadiahmad/opencv-intro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AsadiAhmad/OpenCV-Intro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsadiAhmad%2FOpenCV-Intro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsadiAhmad%2FOpenCV-Intro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsadiAhmad%2FOpenCV-Intro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsadiAhmad%2FOpenCV-Intro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AsadiAhmad","download_url":"https://codeload.github.com/AsadiAhmad/OpenCV-Intro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsadiAhmad%2FOpenCV-Intro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32750490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["colab-notebook","digital-image-processing","image","image-processing","opencv","python"],"created_at":"2025-03-27T20:37:20.157Z","updated_at":"2026-05-07T18:32:07.654Z","avatar_url":"https://github.com/AsadiAhmad.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCV-Intro\nAn Intro for OpenCV Digital Image Proccessing Library with Python Language\n\n### Install OpenCV\n```\npip install opencv-python\n```\n### Import Libs\n```\nimport cv2\n```\n### Read Image\n```\nimg = cv2.imread(\"Ahmad.jpg\", cv2.IMREAD_COLOR)\n```\n### Show Image\n```\ncv2.imshow(img)\n```\n\n### Get Image Info\n```\nheight, width, channels = img.shape\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasadiahmad%2Fopencv-intro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasadiahmad%2Fopencv-intro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasadiahmad%2Fopencv-intro/lists"}