{"id":22767291,"url":"https://github.com/marvin-vw/road_line_filter","last_synced_at":"2026-05-21T05:02:07.278Z","repository":{"id":261564001,"uuid":"884678115","full_name":"Marvin-VW/road_line_filter","owner":"Marvin-VW","description":"A simple tool for processing road lane detection in camera streams. Customize lane width and line thickness to filter road information and reduce interference.","archived":false,"fork":false,"pushed_at":"2025-01-06T14:17:32.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T10:43:25.199Z","etag":null,"topics":["filter","line-detection","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marvin-VW.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":"2024-11-07T07:34:46.000Z","updated_at":"2025-01-06T14:17:36.000Z","dependencies_parsed_at":"2024-11-07T08:32:26.415Z","dependency_job_id":"88415236-539f-4363-9e09-ffc4a76a4a46","html_url":"https://github.com/Marvin-VW/road_line_filter","commit_stats":null,"previous_names":["marvin-vw/road_line_filter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Marvin-VW/road_line_filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marvin-VW%2Froad_line_filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marvin-VW%2Froad_line_filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marvin-VW%2Froad_line_filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marvin-VW%2Froad_line_filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marvin-VW","download_url":"https://codeload.github.com/Marvin-VW/road_line_filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marvin-VW%2Froad_line_filter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266404942,"owners_count":23923498,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["filter","line-detection","opencv"],"created_at":"2024-12-11T13:18:18.896Z","updated_at":"2026-05-21T05:02:02.224Z","avatar_url":"https://github.com/Marvin-VW.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"sample/sample.png\" width=\"800\"/\u003e\n\n## Road Lane Detection Tool\n\nThis project provides a straightforward solution for detecting road lanes from a camera stream. By adjusting parameters such as lane width and line thickness, users can enhance lane visibility and minimize visual interference from other elements in the scene.\n\nBy changing the following you can adjust the line thickness and lane width of the filter.\n```\nint min_pixel_count_line = 7;\nint max_pixel_count_line = 25;\n\nint min_pixel_count_track_width = 400;\nint max_pixel_count_track_width = 500;\n```\n\n# Getting Started\n\nClone the repository.\nSet up the required dependencies.\n\n```\nmkdir build\ncd build\ncmake ../\nmake \n./CameraProcessorApp\n```\n\n# Requirements\n\n- Camera input (USB or other compatible sources)\n- OpenCV\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvin-vw%2Froad_line_filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvin-vw%2Froad_line_filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvin-vw%2Froad_line_filter/lists"}