{"id":15043533,"url":"https://github.com/navarasu/opencv-log","last_synced_at":"2025-04-14T20:31:11.510Z","repository":{"id":55078561,"uuid":"221927428","full_name":"navarasu/opencv-log","owner":"navarasu","description":"OpenCV based visual logger for debugging, logging and testing image processing code","archived":false,"fork":false,"pushed_at":"2023-10-07T23:50:49.000Z","size":10655,"stargazers_count":41,"open_issues_count":7,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T09:01:40.631Z","etag":null,"topics":["opencv","opencv-log","opencv-python","python"],"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/navarasu.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":"2019-11-15T13:15:42.000Z","updated_at":"2024-05-07T15:29:23.000Z","dependencies_parsed_at":"2024-11-08T10:32:53.086Z","dependency_job_id":null,"html_url":"https://github.com/navarasu/opencv-log","commit_stats":{"total_commits":66,"total_committers":8,"mean_commits":8.25,"dds":0.4242424242424242,"last_synced_commit":"eeb47b62d5206d2eaab69f66fb038e676a5c66ae"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navarasu%2Fopencv-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navarasu%2Fopencv-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navarasu%2Fopencv-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navarasu%2Fopencv-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navarasu","download_url":"https://codeload.github.com/navarasu/opencv-log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248955476,"owners_count":21189121,"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":["opencv","opencv-log","opencv-python","python"],"created_at":"2024-09-24T20:49:13.957Z","updated_at":"2025-04-14T20:31:09.040Z","avatar_url":"https://github.com/navarasu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://navarasu.github.io/opencv-log/assets/opencv-log-bl.png\"\u003e\n  \u003cimg height=\"80\" src=\"https://navarasu.github.io/opencv-log/assets/opencv-log-wh.png\"\u003e\n\u003c/picture\u003e\n\u003c/h1\u003e\n\n[![Pypi\nVersion](https://img.shields.io/pypi/v/opencv-log.svg)](https://pypi.org/project/opencv-log) [![Build\nStatus](https://img.shields.io/circleci/build/github/navarasu/opencv-log)](https://circleci.com/gh/navarasu/opencv-log) [![Coverage\nStatus](https://img.shields.io/coveralls/github/navarasu/opencv-log/master)](https://coveralls.io/github/navarasu/opencv-log?branch=master) [![MIT\nLicense](https://img.shields.io/pypi/l/opencv-log)](https://github.com/navarasu/opencv-log/blob/master/LICENSE)\n\nAn [OpenCV](https://opencv.org/) based visual logger for debugging,\nlogging and testing reporting an image processing code.\n\n## Why opencv-log?\n\n[![Visually Debug, Log and Test an Image Processing Code using OpenCV\nand\nPython](https://user-images.githubusercontent.com/20145075/81455232-3eaaba00-91ac-11ea-9213-7dd1c705f213.png)](https://blog.francium.tech/visually-debug-log-and-test-an-image-processing-code-using-opencv-and-python-36e2d944ebf2)\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to\ninstall.\n\n``` sh\npip install opencv-log\n```\n\n**Documentation:** \u003chttps://navarasu.github.io/opencv-log\u003e\n\n## A Simple Usage\n\n``` python\nimport cvlog as log\nimport cv2\n\n# image read using opencv\nimg = cv2.imread(\"sample.png\")\n\nlog.image(log.Level.ERROR, img)\n```\n\nJust by switching mode, you can use the same line of code for logging\nand debugging. Also you can log houghlines, countour and more.\n\nRefer [docs](https://navarasu.github.io/opencv-log) to get started.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\nRefer\n[Guidelines](https://github.com/navarasu/opencv-log/blob/master/CONTRIBUTION.md)\nfor more information.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavarasu%2Fopencv-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavarasu%2Fopencv-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavarasu%2Fopencv-log/lists"}