getEdgeListAsync method

Future<VecVec4f> getEdgeListAsync()

Implementation

Future<VecVec4f> getEdgeListAsync() async => cvRunAsync1(
      (callback) => cimgproc.Subdiv2D_GetEdgeList_Async(ref, callback),
      (completer, p) => completer.complete(VecVec4f.fromPointer(p.cast<cvt.VecVec4f>())),
    );