Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FaceMatcher

Index

Constructors

constructor

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

Accessors

distanceThreshold

  • get distanceThreshold(): number

labeledDescriptors

Methods

computeMeanDistance

  • computeMeanDistance(queryDescriptor: Float32Array, descriptors: Float32Array[]): number

findBestMatch

  • findBestMatch(queryDescriptor: Float32Array): FaceMatch

matchDescriptor

  • matchDescriptor(queryDescriptor: Float32Array): FaceMatch

toJSON

  • toJSON(): any

Static fromJSON