CustomObjectDetectorOptions class

Options to configure the detector while using custom models.

Inheritance

Constructors

CustomObjectDetectorOptions(CustomModel _customModel, {bool classifyObjects = false, bool trackMutipleObjects = false, int maximumLabelsPerObject = 10, double confidenceThreshold = 0.5})
Constructor for CustomObjectDetectorOptions.

Properties

classifyObjects bool
Determines whether to coarsely classify detected objects.
final
confidenceThreshold double
Minimum confidence score required to consider detected labels. Default is 0.5.
final
hashCode int
The hash code for this object.
no setterinherited
maximumLabelsPerObject int
Maximum number of labels that detector returns per object. Default is 10.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackMutipleObjects bool
Determines whether to track objects or not.
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