MCPcopy Create free account
hub / github.com/RustCV/RustCV / rows

Method rows

rustcv-camera/src/mat.rs:96–98  ·  view source on GitHub ↗

Image height (number of rows). 图像高度(行数)。

(&self)

Source from the content-addressed store, hash-verified

94 /// Image height (number of rows).
95 /// 图像高度(行数)。
96 pub fn rows(&self) -> u32 {
97 self.rows
98 }
99
100 /// Image width (number of columns).
101 /// 图像宽度(列数)。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected