Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FaceMatcher

Index

Constructors

  • new FaceMatcher(inputs: any, distanceThreshold?: number): FaceMatcher

Accessors

  • get distanceThreshold(): number

Methods

  • computeMeanDistance(queryDescriptor: Float32Array, descriptors: Float32Array[]): number
  • findBestMatch(queryDescriptor: Float32Array): FaceMatch
  • matchDescriptor(queryDescriptor: Float32Array): FaceMatch
  • toJSON(): any