KeyPoint.fromNative constructor

KeyPoint.fromNative(
  1. KeyPoint r
)

Implementation

factory KeyPoint.fromNative(cvg.KeyPoint r) =>
    KeyPoint(r.x, r.y, r.size, r.angle, r.response, r.octave, r.classID);