XML_Cap_FaceCompareCond

XML message about condition configuration capability of face picture comparison

<FaceCompareCond version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <faceWidthLowerLimit min="" max=""><!--optional, xs:integer, face width threshold with highest priority, value range: [0, 100], when the detected face width is larger than this threshold, the following conditions will be ignored and the face comparison will be executed--></faceWidthLowerLimit>
  <pitch min="" max=""><!--optional, xs:integer, face raising or bowing angle, value range: [0, 90], unit: degree, the smaller the better--></pitch>
  <yaw min="" max=""><!--optional, xs:integer, face siding left or right angle, value range: [0, 90], unit: degree, the smaller the better--></yaw>
  <width min="" max=""><!--optional, xs:integer, face width, value range: [0, 100]--></width>
  <height min="" max=""><!--optional, xs:integer, face height, value range: [0, 100]--></height>
  <leftBorder min="" max=""><!--optional, xs:integer, left border of face, value range: [0, 100]--></leftBorder>
  <rightBorder min="" max=""><!--optional, xs:integer, right border of face, value range: [0, 100]--></rightBorder>
  <upBorder min="" max=""><!--optional, xs:integer, top border of face, value range: [0, 100]--></upBorder>
  <bottomBorder min="" max=""><!--optional, xs:integer, bottom border of face, value range: [0, 100]--></bottomBorder>
  <interorbitalDistance min="" max=""><!--optional, xs:integer, pupil distance, value range: [0, 100]--></interorbitalDistance>
  <faceScore min="" max=""><!--optional, xs:integer, face score, value range: [0, 100], the valid face score must be larger than this score--></faceScore>
  <maxDistance opt="0.5,1,1.5,2,auto"><!--optional, xs:string, maximum recognition distance: "0.5,1,1.5,2,auto", unit: m. This node has higher priority over <interorbitalDistance>--></maxDistance>
  <similarity min="0.0" max="1.0"><!--optional, xs:float, face comparison similarity--></similarity>
</FaceCompareCond>