{"id":15399513,"url":"https://github.com/chai2010/libfacedetection-go","last_synced_at":"2025-04-15T22:30:57.059Z","repository":{"id":57487247,"uuid":"176226647","full_name":"chai2010/libfacedetection-go","owner":"chai2010","description":"libfacedetection binding for Go","archived":false,"fork":false,"pushed_at":"2020-07-05T09:43:26.000Z","size":10161,"stargazers_count":32,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T07:37:24.703Z","etag":null,"topics":["cnn","face-detection","go","golang"],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/chai2010/libfacedetection-go","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chai2010.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}},"created_at":"2019-03-18T07:25:10.000Z","updated_at":"2022-11-26T15:31:30.000Z","dependencies_parsed_at":"2022-09-01T23:01:35.021Z","dependency_job_id":null,"html_url":"https://github.com/chai2010/libfacedetection-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chai2010%2Flibfacedetection-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chai2010%2Flibfacedetection-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chai2010%2Flibfacedetection-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chai2010%2Flibfacedetection-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chai2010","download_url":"https://codeload.github.com/chai2010/libfacedetection-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249165884,"owners_count":21223343,"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":["cnn","face-detection","go","golang"],"created_at":"2024-10-01T15:49:14.347Z","updated_at":"2025-04-15T22:30:52.037Z","avatar_url":"https://github.com/chai2010.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"- *Go语言QQ群: 102319854, 1055927514*\n- *凹语言(凹读音“Wa”)(The Wa Programming Language): https://github.com/wa-lang/wa*\n\n----\n\n# [libfacedetection](https://github.com/ShiqiYu/libfacedetection) binding for Go\n\n- https://godoc.org/github.com/chai2010/libfacedetection-go\n- https://github.com/ShiqiYu/libfacedetection\n\n## Example ([hello.go](hello.go))\n\n```go\npackage main\n\nimport (\n\t\"github.com/chai2010/libfacedetection-go\"\n)\n\nfunc main() {\n\tm := GetImage(\"./libfacedetection/images/keliamoniz2.jpg\")\n\trgb, w, h := libfacedetection.NewRGBImageFrom(m)\n\n\tfaces := libfacedetection.DetectFaceRGB(rgb, w, h, w*3)\n\tfmt.Printf(\"%#v\\n\", faces)\n}\n\n// output:\n// []libfacedetection.Face{\n//     libfacedetection.Face{X:183, Y:137, W:150, H:150, Neighbors:94, Angle:0}\n// }\n```\n\n![](keliamoniz2.out.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchai2010%2Flibfacedetection-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchai2010%2Flibfacedetection-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchai2010%2Flibfacedetection-go/lists"}