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