menu
dartcv4 package
documentation
core.dart
Point
Point.fromNative factory constructor
Point.fromNative factory constructor
dark_mode
light_mode
Point.fromNative
constructor
Point.fromNative
(
CvPoint
p
)
Implementation
factory Point.fromNative(cvg.CvPoint p) => Point(p.x, p.y);
dartcv4 package
documentation
core
Point
Point.fromNative factory constructor
Point class