AiliaDetectorModel class

Constructors

AiliaDetectorModel()

Properties

available bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model AiliaModel?
getter/setter pair
ppDetector Pointer<Pointer<AILIADetector>>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openFile(String onnxPath, {int envId = ailia_dart.AILIA_ENVIRONMENT_ID_AUTO, int memoryMode = ailia_dart.AILIA_MEMORY_OPTIMAIZE_DEFAULT, int networkImageFormat = ailia_dart.AILIA_NETWORK_IMAGE_FORMAT_BGR, int networkChannelFormat = ailia_dart.AILIA_NETWORK_IMAGE_CHANNEL_FIRST, int networkImageRange = ailia_dart.AILIA_NETWORK_IMAGE_RANGE_UNSIGNED_INT8, int algorithm = ailia_dart.AILIA_DETECTOR_ALGORITHM_YOLOX, int numCategory = 80, int flags = ailia_dart.AILIA_DETECTOR_FLAG_NORMAL, int inputWidth = 640, int inputHeight = 640}) → void
run(Uint8List img, int width, int height, {double threshold = 0.4, double iou = 0.45, int format = ailia_dart.AILIA_IMAGE_FORMAT_RGB}) List<AiliaDetectorObject>
toString() String
A string representation of this object.
inherited

Operators

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