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

Class ResolutionTest

rustcv-camera/examples/resolution_bench.rs:19–23  ·  view source on GitHub ↗

Test configuration for a single resolution run. 单次分辨率测试的配置。

Source from the content-addressed store, hash-verified

17/// Test configuration for a single resolution run.
18/// 单次分辨率测试的配置。
19struct ResolutionTest {
20 width: u32,
21 height: u32,
22 label: &'static str,
23}
24
25fn main() -> std::result::Result<(), Box<dyn std::error::Error>> {
26 let tests = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected