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