AiliaTrackerTarget class

Tracking target passed to AiliaTrackerModel.addTarget. Coordinates are normalized (1.0 means the image width / height).

Constructors

AiliaTrackerTarget({required int category, required double prob, required double x, required double y, required double w, required double h})

Properties

category int
final
h double
final
hashCode int
The hash code for this object.
no setterinherited
prob double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
w double
final
x double
final
y double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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