Face Recognition on the iPhone

前端 未结 5 1547
遇见更好的自我
遇见更好的自我 2020-12-02 05:57

How can I do facial recognition on the iPhone. Could someone provide me with references/articles to point me in the right direction please? I have done research and realised

5条回答
  •  天命终不由人
    2020-12-02 06:50

    Face recognition can be implemented as a machine learning algorithm. This book has a chapter that describe this task and how to implement it. Worth the reading!

    It uses Single value decomposition (SVD), more specifically the Tensor SVD method.

提交回复
热议问题