setSVMDetectorAsync method

Future<void> setSVMDetectorAsync(
  1. VecF32 det
)

Implementation

Future<void> setSVMDetectorAsync(VecF32 det) async => cvRunAsync0<void>(
      (callback) => cobjdetect.HOGDescriptor_SetSVMDetector_Async(ref, det.ref, callback),
      (c) => c.complete(),
    );