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

Method width

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

Image width in pixels. 图像宽度(像素)。

(&self)

Source from the content-addressed store, hash-verified

123 /// Image width in pixels.
124 /// 图像宽度(像素)。
125 pub fn width(&self) -> u32 {
126 self.width
127 }
128
129 /// Image height in pixels.
130 /// 图像高度(像素)。

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