menu
opencv_dart package
documentation
opencv.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);
opencv_dart package
documentation
opencv
Point
Point.fromNative factory constructor
Point class