如何在Flutter中使用面部识别来跟踪用户面部 [英] How to track user face using face recognition in flutter

查看:883
本文介绍了如何在Flutter中使用面部识别来跟踪用户面部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在尝试在颤动中使用面部识别,但是我想知道有没有一种方法可以跟踪用户的面部...我的意思是我想确保进行面部识别的用户根据他们的照片图像是真实的人在我的数据库中

I am currently try to use face recognition in flutter, but I want to know is there a way to track user face... I mean I want to ensure that the user who do face recognition is true person according their photo image inside my database

推荐答案

您必须知道,Flutter是一个移动应用程序开发框架.诸如面部识别之类的东西离这还很远.您需要将它们分开.

As you must be knowing, Flutter is a mobile app development framework. Something like face recognition is far away from this. You need to keep these separate.

在Flutter应用程序中,您专注于应用程序设计,UI等.并构建一个单独的面部识别模块.有一些人脸识别库可免费使用.利用它.然后通过REST API整合两者.这样的面部识别库之一是 opencv .

In the Flutter app, you focus on the app design, UI etc. And build a separate face recognition module. There are some face recognition libraries available to use freely. Make use of that. And then integrate the two by means of say REST APIs. One such face recognition library is opencv.

这篇关于如何在Flutter中使用面部识别来跟踪用户面部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆