Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ step
Method
step
rustcv-camera/src/mat.rs:114–116 ·
view source on GitHub ↗
Row step in bytes. 行步长(字节)。
(&self)
Source
from the content-addressed store, hash-verified
112
/// Row step in bytes.
113
/// 行步长(字节)。
114
pub fn step(&self) -> usize {
115
self.step
116
}
117
118
/// Total number of pixels (rows * cols).
119
/// 总像素数(rows * cols)。
Callers
1
decode_mjpeg
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected