{"id":20406323,"url":"https://github.com/techassi/hfu-imgcomp","last_synced_at":"2026-04-11T13:34:57.324Z","repository":{"id":40546990,"uuid":"472744007","full_name":"Techassi/hfu-imgcomp","owner":"Techassi","description":"Image processing and computer graphics SOSE 22","archived":false,"fork":false,"pushed_at":"2022-06-19T21:11:54.000Z","size":22070,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T12:15:15.475Z","etag":null,"topics":["computer-vision","image-processing","numpy","opencv","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/Techassi.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}},"created_at":"2022-03-22T11:49:33.000Z","updated_at":"2022-05-15T12:35:05.000Z","dependencies_parsed_at":"2022-08-09T22:50:36.191Z","dependency_job_id":null,"html_url":"https://github.com/Techassi/hfu-imgcomp","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/Techassi%2Fhfu-imgcomp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techassi%2Fhfu-imgcomp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techassi%2Fhfu-imgcomp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techassi%2Fhfu-imgcomp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Techassi","download_url":"https://codeload.github.com/Techassi/hfu-imgcomp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950621,"owners_count":20047659,"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","image-processing","numpy","opencv","python"],"created_at":"2024-11-15T05:16:29.492Z","updated_at":"2025-12-31T01:01:59.516Z","avatar_url":"https://github.com/Techassi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HFU ImgComp\n\nThis repository contains source code for all assignments from the lecture **Image processing and computer graphics**.\nThe source code for each assignment is split upp into separate folders with the naming scheme `assign\u003cNUMBER\u003e`.\n\n## Setup\n\nTo setup the work environment and start developing code run the following commands:\n\n```shell\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n```\n\nThe core dependencies are:\n\n- OpenCV: `opencv-python`. A wrapper package for OpenCV python bindings. OpenCV is a library of programming functions\n  mainly aimed at real-time computer vision. ([PyPI](https://pypi.org/project/opencv-python/))\n- Numpy: `numpy`. Package for multi-dimensional arrays and matrices and a large collection of math operations on these\n  data structures. ([PyPI](https://pypi.org/project/numpy/))\n- Click: `click`. Click is a Python package for creating beautiful command line interfaces in a composable way with as\n  little code as necessary. ([PyPI](https://pypi.org/project/click/))\n- Open3D: `open3d`. Open3D is a Python package written in C++ to easily work with 3D data.\n  ([PyPI](https://pypi.org/project/open3d/))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechassi%2Fhfu-imgcomp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechassi%2Fhfu-imgcomp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechassi%2Fhfu-imgcomp/lists"}