menu
dartcv_core package
documentation
dartcv_core.dart
ListPoint2fExtension
asVec method
asVec method
dark_mode
light_mode
asVec
method
VecPoint2f
asVec
(
)
Implementation
VecPoint2f asVec() => VecPoint2f.fromList(this);
dartcv_core package
documentation
dartcv_core
ListPoint2fExtension
asVec method
ListPoint2fExtension extension on
List
<
Point2f
>