{"id":17632654,"url":"https://github.com/akhuntsaria/canny-edge-detection","last_synced_at":"2026-01-17T06:07:52.104Z","repository":{"id":258655868,"uuid":"870839501","full_name":"akhuntsaria/canny-edge-detection","owner":"akhuntsaria","description":"Canny edge detector implemented in CUDA C/C++","archived":false,"fork":false,"pushed_at":"2025-02-15T14:39:22.000Z","size":3984,"stargazers_count":26,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T00:23:55.631Z","etag":null,"topics":["cuda","image-processing","video-processing"],"latest_commit_sha":null,"homepage":"","language":"Cuda","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/akhuntsaria.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,"zenodo":null}},"created_at":"2024-10-10T19:01:00.000Z","updated_at":"2025-02-15T14:39:26.000Z","dependencies_parsed_at":"2024-10-20T01:53:26.764Z","dependency_job_id":"8f6848f3-4f16-4cbc-ad53-41795f56a09e","html_url":"https://github.com/akhuntsaria/canny-edge-detection","commit_stats":null,"previous_names":["akhuntsaria/canny-edge-detection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhuntsaria%2Fcanny-edge-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhuntsaria%2Fcanny-edge-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhuntsaria%2Fcanny-edge-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhuntsaria%2Fcanny-edge-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhuntsaria","download_url":"https://codeload.github.com/akhuntsaria/canny-edge-detection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252588244,"owners_count":21772629,"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":["cuda","image-processing","video-processing"],"created_at":"2024-10-23T01:44:59.052Z","updated_at":"2026-01-17T06:07:52.092Z","avatar_url":"https://github.com/akhuntsaria.png","language":"Cuda","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image demo](ride.gif)\n\n# What is this?\nCanny edge detection implemented in CUDA C/C++. Supports images and video. OpenCV is used for loading and writing media. Compiled for CUDA compute capability 8.9 (compute_89, sm_89) and tested on RTX 4060.\n\nComparison with an example from the [article](https://en.wikipedia.org/wiki/Canny_edge_detector#):\n![image demo](wiki.jpg)\n\n# Configure\n* headless - `true` for just writing output files, `false` for GUI\n* media - `image` or `video`\n* in - input path\n* lowThreshold, highThreshold - percentages for retaining or discarding edges based on pixel values\n\n# Compile\n```sh\nnvcc -arch=sm_89 -O3 -o canny *.cu `pkg-config --cflags --libs opencv4`\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhuntsaria%2Fcanny-edge-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhuntsaria%2Fcanny-edge-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhuntsaria%2Fcanny-edge-detection/lists"}