menu
dartcv4 package
documentation
core.dart
Mat
shape property
shape property
dark_mode
light_mode
shape
property
List
<
int
>
get
shape
(
rows
,
cols
,
channels
)
Implementation
List<int> get shape => [rows, cols, channels];
dartcv4 package
documentation
core
Mat
shape property
Mat class