DMatch.fromPointer constructor

DMatch.fromPointer(
  1. Pointer<DMatch> p, {
  2. bool attach = true,
})

Implementation

factory DMatch.fromPointer(ffi.Pointer<cvg.DMatch> p, {bool attach = true}) => DMatch._(p, attach: attach);