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