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