KeyPoint.fromPointer constructor

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

Implementation

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