AiliaTrackerModel class

Constructors

AiliaTrackerModel()

Properties

ailiaDetectorObjectVersion int
final
ailiaStatusSuccess int
final
ailiaTracker ↔ dynamic
getter/setter pair
available bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ppAiliaTracker Pointer<Pointer<AILIATracker>>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTarget(AiliaTrackerTarget target) → void
Registers one detection result of the current frame.
close() → void
compute() List<AiliaTrackerObject>
Performs tracking for the targets registered with addTarget and returns the tracked objects.
create({int algorithm = ailia_tracker_dart.AILIA_TRACKER_ALGORITHM_BYTE_TRACK, int flags = ailia_tracker_dart.AILIA_TRACKER_FLAG_NONE, double scoreThreshold = 0.1, double nmsThreshold = 0.7, double trackThreshold = 0.5, int trackBuffer = 30, double matchThreshold = 0.8}) → void
Creates a tracker instance.
getErrorDetail() String
Returns the details of the last error.
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

Static Methods

ailiaCommonGetLibrary(String path) DynamicLibrary
ailiaCommonGetTrackerPath() String