pub fn assert_plane_f32_near(
frame: &Frame,
plane_index: usize,
expected: &[&[f32]],
tolerance: GoldenTolerance,
)Expand description
Asserts one f32 plane matches expected rows within tolerance.
pub fn assert_plane_f32_near(
frame: &Frame,
plane_index: usize,
expected: &[&[f32]],
tolerance: GoldenTolerance,
)Asserts one f32 plane matches expected rows within tolerance.