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

Method height

rustcv-camera/src/camera.rs:153–155  ·  view source on GitHub ↗

Get the current image height. 获取当前图像高度。

(&self)

Source from the content-addressed store, hash-verified

151 /// Get the current image height.
152 /// 获取当前图像高度。
153 pub fn height(&self) -> u32 {
154 self.config.height
155 }
156
157 /// Get the current pixel format.
158 /// 获取当前像素格式。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected