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