menu
opencv_core package
documentation
opencv.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];
opencv_core package
documentation
opencv
Mat
shape property
Mat class