Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
imread
Function · 0.45
decode_frame
Function · 0.45
main
Function · 0.45
run_resolution_test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected