menu
opencv_dart package
documentation
core.dart
Vec2w
Vec2w.fromPointer factory constructor
Vec2w.fromPointer factory constructor
dark_mode
light_mode
Vec2w.fromPointer
constructor
Vec2w.fromPointer
(
Pointer
<
Vec2w
>
ptr
, [
bool
attach
=
true
])
Implementation
factory Vec2w.fromPointer(ffi.Pointer<cvg.Vec2w> ptr, [bool attach = true]) => Vec2w._(ptr, attach);
opencv_dart package
documentation
core
Vec2w
Vec2w.fromPointer factory constructor
Vec2w class