menu
opencv_dart package
documentation
core.dart
Mat
step property
step property
dark_mode
light_mode
step
property
(
int
,
int
,
int
)
get
step
Implementation
(int, int, int) get step { final ms = ccore.Mat_Step(ref); return (ms.p[0], ms.p[1], ms.p[2]); }
opencv_dart package
documentation
core
Mat
step property
Mat class