runSegmentationOnImage method
Implementation
Future<Uint8List?> runSegmentationOnImage({
required String path,
double imageMean = 0,
double imageStd = 255.0,
List<int>? labelColors,
String outputType = "png",
bool asynch = true,
}) {
throw UnimplementedError('runSegmentationOnImage() has not been implemented.');
}