{"id":20637038,"url":"https://github.com/travorlzh/vision-stuff-cpp","last_synced_at":"2026-05-29T12:02:05.442Z","repository":{"id":162217336,"uuid":"200474337","full_name":"TravorLZH/vision-stuff-cpp","owner":"TravorLZH","description":"Face recognition modules written in C++ instead of Python","archived":false,"fork":false,"pushed_at":"2019-09-04T10:35:00.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T08:50:02.862Z","etag":null,"topics":["cplusplus","face-recognition","image-processing"],"latest_commit_sha":null,"homepage":null,"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/TravorLZH.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}},"created_at":"2019-08-04T09:34:33.000Z","updated_at":"2021-10-18T09:03:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"75e1119d-7403-4c44-af8b-6f3b2e11b637","html_url":"https://github.com/TravorLZH/vision-stuff-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TravorLZH/vision-stuff-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TravorLZH","download_url":"https://codeload.github.com/TravorLZH/vision-stuff-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["cplusplus","face-recognition","image-processing"],"created_at":"2024-11-16T15:12:49.023Z","updated_at":"2026-05-29T12:02:05.403Z","avatar_url":"https://github.com/TravorLZH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Image processing using C++\n==========================\n\nIn order to port my face recognition modules to mobile platform, I need to have\neverything redone using C++ since Python is not supported in mobile development.\n\nThe good news is that Android provides NDK to develop with C++, and iOS Apps are\nusing Objective-C, which means I can create a native C library to wrap OpenCV\nand DLib to fulfill the purpose of porting.\n\n## Build instructions\n\nFirst, there are 2 libraries needed to be installed before the build:\n\n* [DLib](http://dlib.net): For face recognition\n* [OpenCV](https://www.opencv.org): For image processing (I think it is better\nthan DLib's image processing system)\n\nIf you are using Mac OSX and your HomeBrew are ready to use, you can:\n\n    $ brew install opencv dlib\n\nAfter installing prerequisites, you can build the project using CMake:\n\n    $ mkdir build; cd build; cmake ..\n    $ cmake --build .\n\n\u003e NOTE: The number of dots in each `cmake` command differs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravorlzh%2Fvision-stuff-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravorlzh%2Fvision-stuff-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravorlzh%2Fvision-stuff-cpp/lists"}