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