face detector

  1. C

    B4i Library [Class] FaceDetector

    FaceDetector is a class that uses Apple's Vision framework which was introduced with iOS11. The class basically returns a list of detected faces, and each face consists of a list of floats which represent the x and y coordinates of various face landmarks. The class explicitly exposes the left...
Top