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