MCPcopy Index your code
hub / github.com/RustCV/RustCV / height

Method height

rustcv-camera/src/frame.rs:131–133  ·  view source on GitHub ↗

Image height in pixels. 图像高度(像素)。

(&self)

Source from the content-addressed store, hash-verified

129 /// Image height in pixels.
130 /// 图像高度(像素)。
131 pub fn height(&self) -> u32 {
132 self.height
133 }
134
135 /// Pixel format of the raw data.
136 /// 原始数据的像素格式。

Callers 4

imreadFunction · 0.45
decode_frameFunction · 0.45
mainFunction · 0.45
run_resolution_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected