{"id":19654086,"url":"https://github.com/mustafaozvardar/object-tracking-opencv","last_synced_at":"2026-04-18T12:02:34.278Z","repository":{"id":253779947,"uuid":"844500036","full_name":"mustafaozvardar/Object-Tracking-OpenCV","owner":"mustafaozvardar","description":"This project utilizes a custom EuclideanDistTracker class with OpenCV for tracking objects in videos.","archived":false,"fork":false,"pushed_at":"2024-08-24T10:10:59.000Z","size":13588,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T00:23:53.649Z","etag":null,"topics":["computer-vision","opencv","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/mustafaozvardar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE.txt","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-08-19T11:43:26.000Z","updated_at":"2024-08-24T10:11:03.000Z","dependencies_parsed_at":"2024-08-19T14:07:58.420Z","dependency_job_id":null,"html_url":"https://github.com/mustafaozvardar/Object-Tracking-OpenCV","commit_stats":null,"previous_names":["mustafaozvardar/object-tracking-opencv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaozvardar%2FObject-Tracking-OpenCV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaozvardar%2FObject-Tracking-OpenCV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaozvardar%2FObject-Tracking-OpenCV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustafaozvardar%2FObject-Tracking-OpenCV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustafaozvardar","download_url":"https://codeload.github.com/mustafaozvardar/Object-Tracking-OpenCV/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240962705,"owners_count":19885519,"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","opencv","python"],"created_at":"2024-11-11T15:16:05.562Z","updated_at":"2026-04-18T12:02:34.223Z","avatar_url":"https://github.com/mustafaozvardar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚗 Object Tracking with Euclidean Distance Tracker \n\n## 📝 Project Overview\n\nWelcome to the **Object Tracking** project! This project utilizes a custom `EuclideanDistTracker` class with OpenCV for tracking objects in videos. It includes:\n\n- **Object Detection**: Detects moving objects using background subtraction.\n- **Object Tracking**: Tracks objects across frames and assigns unique IDs based on Euclidean distance.\n\n## 📋 Requirements\n\nMake sure you have Python 3.x installed. You'll also need the following libraries:\n\n- **OpenCV**: For image processing.\n- **NumPy**: For numerical operations.\n\nInstall the required libraries using `pip`:\n\n```bash\npip install opencv-python\npip install numpy\n```\n\n## 📁 Files\n**main.py:** The main script for running object tracking.\n\n**tracker.py:** Contains the implementation of the EuclideanDistTracker class.\n\n## 🚀 Usage\nPrepare Your Video: Place your video file (e.g., highway.mp4) in the same directory as main.py.\n\nRun the Script:\n```bash\npython main.py\n```\n\n## 📜 License\nThis project is licensed under the MIT License. See the LICENSE file for more details. \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafaozvardar%2Fobject-tracking-opencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafaozvardar%2Fobject-tracking-opencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafaozvardar%2Fobject-tracking-opencv/lists"}