initDelaunayAsync method

Future<void> initDelaunayAsync(
  1. Rect rect
)

Implementation

Future<void> initDelaunayAsync(Rect rect) async => cvRunAsync0(
      (callback) => cimgproc.Subdiv2D_InitDelaunay_Async(ref, rect.ref, callback),
      (c) => c.complete(),
    );