{"id":15565370,"url":"https://github.com/dkurt/cv_winter_camp_2022","last_synced_at":"2025-09-15T14:30:47.871Z","repository":{"id":44527165,"uuid":"238506373","full_name":"dkurt/cv_winter_camp_2022","owner":"dkurt","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-09T22:25:19.000Z","size":25,"stargazers_count":4,"open_issues_count":3,"forks_count":28,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T19:04:11.940Z","etag":null,"topics":["intel","intrinsics","opencv","optimization","practice","tutorial"],"latest_commit_sha":null,"homepage":"","language":"C++","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/dkurt.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":"2020-02-05T17:17:10.000Z","updated_at":"2022-05-10T14:50:42.000Z","dependencies_parsed_at":"2022-09-17T22:13:15.098Z","dependency_job_id":null,"html_url":"https://github.com/dkurt/cv_winter_camp_2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkurt/cv_winter_camp_2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fcv_winter_camp_2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fcv_winter_camp_2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fcv_winter_camp_2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fcv_winter_camp_2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkurt","download_url":"https://codeload.github.com/dkurt/cv_winter_camp_2022/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkurt%2Fcv_winter_camp_2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275269376,"owners_count":25435057,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["intel","intrinsics","opencv","optimization","practice","tutorial"],"created_at":"2024-10-02T16:55:10.993Z","updated_at":"2025-09-15T14:30:47.538Z","avatar_url":"https://github.com/dkurt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intel Computer Vision Camp - Optimization Track (Winter 2022 :snowflake: :snowflake: :snowflake:)\n\nAlgorithms optimizations using OpenCV\n\n[![Slides](https://img.shields.io/badge/Lecture-Slides-red?style=plastic\u0026logo=opencv)](https://docs.google.com/presentation/d/1tQaSGujK7hzTxWdImQr1jRSJ82b1ld-OIC5tC_6mpus/edit?usp=sharing)\n[![chat](https://img.shields.io/badge/join-chat-5865f2?style=plastic\u0026logo=discord\u0026logoColor=white)](https://discord.com/channels/935663182255632486/935663183383916576)\n[![CI](https://github.com/dkurt/cv_winter_camp_2022/workflows/CI/badge.svg?branch=master)](https://github.com/dkurt/cv_winter_camp_2022/actions?query=branch%3Amaster)\n\n## Getting started\n\n* Clone this repository to your computer\n  ```sh\n  git clone https://github.com/dkurt/cv_winter_camp_2022\n  cd cv_winter_camp_2022\n  ```\n\n* Initialize submodules\n  ```sh\n  git submodule init\n  git submodule update --depth 1\n  ```\n\n* Build a project (make sure if `cmake` installed)\n  ```sh\n  mkdir build \u0026\u0026 cd build\n  ```\n\n  * Linux\n    ```sh\n    cmake -DCMAKE_BUILD_TYPE=Release .. \u0026\u0026 make -j4\n    ```\n\n  * Microsoft Windows\n    ```sh\n    \"C:\\Program Files\\CMake\\bin\\cmake.exe\" -G \"Visual Studio 16 2019\" -A x64 ..\n    \"C:\\Program Files\\CMake\\bin\\cmake.exe\" --build . --config Release -j 4\n    ```\n\n## C++ project structure\n* **src** - source files with algorithms implementation\n* **include** - header files with algorithms definitions\n* **test** - regression tests\n* **perf** - performance tests\n* **3rdparty** - folder with OpenCV submodule\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkurt%2Fcv_winter_camp_2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkurt%2Fcv_winter_camp_2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkurt%2Fcv_winter_camp_2022/lists"}