Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

DrawFaceExpressionsInput

DrawFaceExpressionsInput: FaceExpressions | WithFaceExpressions<{}>

DrawFaceLandmarksInput

DrawFaceLandmarksInput: FaceLandmarks | WithFaceLandmarks<WithFaceDetection<{}>>

TDrawDetectionsInput

TDrawDetectionsInput: IRect | IBoundingBox | FaceDetection | WithFaceDetection<{}>

Functions

drawContour

  • drawContour(ctx: CanvasRenderingContext2D, points: Point[], isClosed?: boolean): void
  • Parameters

    • ctx: CanvasRenderingContext2D
    • points: Point[]
    • isClosed: boolean = false

    Returns void

drawDetections

drawFaceExpressions

drawFaceLandmarks