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