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