• Preparing search index...
  • The search index is not available
@vladmandic/face-api - v1.7.13
  • @vladmandic/face-api
  • locateFaces

Function locateFaces

  • locateFaces(input, options): Promise<FaceDetection[]>
  • Attempts to detect all faces in an image using SSD Mobilenetv1 Network.

    Parameters

    • input: TNetInput

      The input image.

    • options: SsdMobilenetv1Options

      (optional, default: see SsdMobilenetv1Options constructor for default parameters).

    Returns Promise<FaceDetection[]>

    Bounding box of each face with score.

    • Defined in src/globalApi/nets.ts:116

Settings

Member Visibility

Theme

@vladmandic/face-api - v1.7.13
  • draw
  • tf
  • utils
  • Gender
  • AgeGenderNet
  • BoundingBox
  • Box
  • ComposableTask
  • ComputeAllFaceDescriptorsTask
  • ComputeFaceDescriptorsTaskBase
  • ComputeSingleFaceDescriptorTask
  • DetectAllFaceLandmarksTask
  • DetectAllFacesTask
  • DetectFaceLandmarksTaskBase
  • DetectFacesTaskBase
  • DetectSingleFaceLandmarksTask
  • DetectSingleFaceTask
  • Dimensions
  • FaceDetection
  • FaceDetectionNet
  • FaceExpressionNet
  • Loading...