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

Method resolution

rustcv-core/src/builder.rs:38–41  ·  view source on GitHub ↗

添加分辨率要求

(mut self, w: u32, h: u32, p: Priority)

Source from the content-addressed store, hash-verified

36
37 /// 添加分辨率要求
38 pub fn resolution(mut self, w: u32, h: u32, p: Priority) -> Self {
39 self.resolution_req.push((w, h, p));
40 self
41 }
42
43 /// 添加帧率要求
44 pub fn fps(mut self, fps: u32, p: Priority) -> Self {

Callers 7

mainFunction · 0.45
main_bodyFunction · 0.45
newMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected