MCPcopy Create free account
hub / github.com/RustCV/RustCV / get_width

Method get_width

rustcv/src/videoio/mod.rs:296–298  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

294 // ... 其他 getter ...
295 pub fn is_opened(&self) -> bool {
296 self.is_opened
297 }
298 pub fn get_width(&self) -> i32 {
299 self.width
300 }
301 pub fn get_height(&self) -> i32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected