pub fn sample_grid_soa<S: DecodingStrategy>(
img: &ImageView<'_>,
arena: &Bump,
corners: &[Point2f],
homography: &Matrix3x3,
decoder: &(impl TagDecoder + ?Sized),
) -> Option<S::Code>Expand description
Sample the bit grid using Structure of Arrays (SoA) data.