AiliaTrackerObject class

Tracking result returned from AiliaTrackerModel.compute. Coordinates are normalized (1.0 means the image width / height).

Constructors

AiliaTrackerObject({required int id, 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
id int
final
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