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