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