Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ get_height
Method
get_height
rustcv/src/videoio/mod.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
}
298
pub fn get_width(&self) -> i32 {
299
self.width
300
}
301
pub fn get_height(&self) -> i32 {
302
self.height
303
}
304
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected