processFrame abstract method
Process a single frame and return segmentation result.
Parameters:
frameData: Raw pixel data (format specified in metadata)metadata: Image dimensions, format, and rotation
Returns SegmentationResult with mask and processed frame.
Implementation
Future<SegmentationResult> processFrame(
Uint8List frameData,
SegmenterInputMetadata metadata,
);