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
Constructors
new
fromNative
fromPointer
Properties
hashCode
props
ptr
ref
runtimeType
x
y
Methods
dispose
noSuchMethod
toString
Operators
operator ==
Static properties
finalizer