getImagePredictionListObjectDetection abstract method
- @TaskQueue(type: TaskQueueType.serialBackgroundThread)
- @async
predicts image but returns the output detections
Implementation
@TaskQueue(type: TaskQueueType.serialBackgroundThread)
@async
List<ResultObjectDetection> getImagePredictionListObjectDetection(
int index,
Uint8List? imageData,
List<Uint8List>? imageBytesList,
int? imageWidthForBytesList,
int? imageHeightForBytesList,
double minimumScore,
double IOUThreshold,
int boxesLimit);