Technological frontier

Contact Info

  • Building 2, Dongguang Industrial Park, Dongxihu District, Wuhan City, Hubei Province
  • +86 (027) 6538 2096
  • +86 153 2729 1193
  • +86 (027) 6538 2096
  • service@fuyingshijie.com

Technological frontier

Face recognition manufacturers talk about face detection technology and algorithm
Category:Technological frontier Source:This station Datetime:2020-09-02 08:58:30 Hits:1553

   face recognition manufacturer < / a > talking about face detection technology and algorithm

"Face detection" is a technology to detect the location of the face in the image

The input of face detection algorithm is a picture, and the output is the coordinate sequence of face frame (0 person face frame or 1 person face frame or multiple person face frames). Generally, the output face coordinate frame is an upward square, but some face detection technologies output an upward rectangle or a rectangle with rotation direction

Common face detection algorithms are basically a process of "scanning" and "discrimination", that is, the algorithm scans within the image range, and then determines whether the candidate area is a face one by one. Therefore, the computing speed of face detection algorithm will be related to image size and image content. During the development process, the algorithm can be accelerated by setting "input image size", or "to small face size limit", or "upper limit of face number"