processFrame abstract method
Process a frame and return the segmented result
Implementation
Future<SegmentationResult> processFrame(
Uint8List frameData, {
required int width,
required int height,
});
Process a frame and return the segmented result
Future<SegmentationResult> processFrame(
Uint8List frameData, {
required int width,
required int height,
});