{"id":23815967,"url":"https://github.com/shyakachaste/facedetection","last_synced_at":"2025-10-12T20:06:03.808Z","repository":{"id":218406292,"uuid":"746328828","full_name":"shyakachaste/facedetection","owner":"shyakachaste","description":"This C++ program utilizes the OpenCV library for real-time face detection. It captures video from a camera and employs Haar cascades to identify and highlight faces in each frame. The detected faces are outlined with rectangles, and the application displays the count of faces found on the top left corner.","archived":false,"fork":false,"pushed_at":"2024-01-21T19:41:07.000Z","size":164,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T04:41:25.268Z","etag":null,"topics":["ai","cpp","face-detection","learn","opencv","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"C++","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/shyakachaste.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}},"created_at":"2024-01-21T18:32:07.000Z","updated_at":"2024-09-28T08:14:17.000Z","dependencies_parsed_at":"2024-01-21T19:53:13.137Z","dependency_job_id":"ad64d457-81cb-47ca-bc22-0d55082f5ed4","html_url":"https://github.com/shyakachaste/facedetection","commit_stats":null,"previous_names":["shyakachaste/facedetection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyakachaste%2Ffacedetection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyakachaste%2Ffacedetection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyakachaste%2Ffacedetection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyakachaste%2Ffacedetection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shyakachaste","download_url":"https://codeload.github.com/shyakachaste/facedetection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248722170,"owners_count":21151211,"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":["ai","cpp","face-detection","learn","opencv","visual-studio"],"created_at":"2025-01-02T04:28:35.654Z","updated_at":"2025-10-12T20:05:58.790Z","avatar_url":"https://github.com/shyakachaste.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Detection with OpenCV\n\nThis repository contains a simple C++ program for face detection using OpenCV. The program captures video from a camera and uses Haar cascades for face detection.\n\n## Prerequisites\n\nBefore running the program, make sure you have the following installed:\n\n- OpenCV: You can install it using your preferred package manager or by building it from source. Ensure that OpenCV is properly linked in your project.\n## Program Features\n\n- Face detection using Haar cascades.\n- Displays the number of faces found in each frame.\n- Draws rectangles around detected faces.\n- Shows a count of the faces found on the top left corner.\n\n## Usage\n\nThe program captures video from the default camera (camera index 1). Adjust the camera index in the code if needed.\n\nPress the 'Esc' key to exit the program.\n\n## Haar Cascade XML File\n\nThe program uses the Haar cascade file `haarcascade_frontalface_default.xml` for face detection. Ensure that this file is present in the same directory as the executable or provide the correct path in the code.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nFeel free to modify and use the code according to your needs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyakachaste%2Ffacedetection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyakachaste%2Ffacedetection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyakachaste%2Ffacedetection/lists"}