menu
opencv_dart package
documentation
core.dart
VecChar
VecChar.fromList factory constructor
VecChar.fromList factory constructor
dark_mode
light_mode
VecChar.fromList
constructor
VecChar.fromList
(
List
<
int
>
pts
)
Implementation
factory VecChar.fromList(List<int> pts) => VecChar.generate(pts.length, (i) => pts[i]);
opencv_dart package
documentation
core
VecChar
VecChar.fromList factory constructor
VecChar class