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

Method height

rustcv-camera/src/videocapture.rs:91–93  ·  view source on GitHub ↗

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

(&self)

Source from the content-addressed store, hash-verified

89 /// Get the image height.
90 /// 获取图像高度。
91 pub fn height(&self) -> u32 {
92 self.camera.height()
93 }
94
95 /// Access the underlying [`Camera`] for advanced operations.
96 /// 访问底层 [`Camera`] 进行高级操作。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected