0

Using Mobile vision Face API we can recognize faces.. But is it possible to define image set and try to compare tracking face and images from set and recognize tracking image in result?

If yes could you please give some hint how i can organize it or add some additional tools for it.

casillas
  • 16,351
  • 19
  • 115
  • 215
Kateryna
  • 81
  • 7

1 Answers1

1

No, the mobile vision face API does not support facial recognition.

Although it does support tracking faces in video, the tracking mechanism uses position/size/velocity correlation to track faces from frame to frame, and does not use a facial similarity metric.

pm0733464
  • 2,862
  • 14
  • 16