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