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