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