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