menu
opencv_dart package
documentation
core.dart
VecU16
VecU16 factory constructor
VecU16 factory constructor
dark_mode
light_mode
VecU16
constructor
VecU16
(
[
int
length
=
0
,
int
value
=
0
])
Implementation
factory VecU16([int length = 0, int value = 0]) => VecU16.generate(length, (i) => value);
opencv_dart package
documentation
core
VecU16
VecU16 factory constructor
VecU16 class