c++ 中的人脸识别和老化面孔

发布于 2024-10-07 14:02:55 字数 1536 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

迷爱 2024-10-14 14:02:55

基本的图像处理和计算机视觉库是 OpenCV。这是首先要研究的事情,但真诚地 - 不要指望在那里已经实现了您需要的所有内容。

A basic image processing and computer vision library is OpenCV. This is the first thing to look into, but sincerely - don't expect to have all what you need already implemented there.

甜嗑 2024-10-14 14:02:55

有一些面部识别 API 提供商。 Face++是唯一一家提供所有免费在线API和SDK的公司。它可以进行多达83个关键点的面部检测,并给出种族、年龄、性别、微笑信息等。也许您可以尝试将其本地 iOS 面部检测器用于您的 iPhone 应用程序。

这是网页:www.faceplusplus.com

There are some facial recognition API providers. Face++ is the only one who supply all free online APIs and SDKs. It can do facial detection with up to 83 key points, and give the race, age, gender, smiling messages and so on. Maybe you can try its local iOS facial detector for your iPhone Apps.

Here's the webpage: www.faceplusplus.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文