Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FaceDetection

Hierarchy

  • ObjectDetection
    • FaceDetection

Implements

Index

Constructors

constructor

  • new FaceDetection(score: number, relativeBox: Rect, imageDims: IDimensions): FaceDetection
  • Parameters

    • score: number
    • relativeBox: Rect
    • imageDims: IDimensions

    Returns FaceDetection

Properties

box

box: Box

className

className: string

classScore

classScore: number

imageDims

imageDims: Dimensions

imageHeight

imageHeight: number

imageWidth

imageWidth: number

relativeBox

relativeBox: Box

score

score: number

Methods

forSize

  • Parameters

    • width: number
    • height: number

    Returns FaceDetection

Generated using TypeDoc