extractFeatures method

Future<List<List<double>>> extractFeatures(
  1. Uint8List imageBytes
)

Implementation

Future<List<List<double>>> extractFeatures(Uint8List imageBytes) {
  throw UnimplementedError('extractFeatures() has not been implemented.');
}