FaceMeshDetector class

A face mesh detector that detects a face mesh in a given InputImage.

Constructors

FaceMeshDetector({required FaceMeshDetectorOptions option})
Constructor to create an instance of FaceMeshDetector.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Instance id.
final
option FaceMeshDetectorOptions
Options for FaceMeshDetector.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Closes the detector and releases its resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processImage(InputImage inputImage) Future<List<FaceMesh>>
Processes the given image for face mesh detection.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited