Skip to main content

sample_grid

Function sample_grid 

Source
pub fn sample_grid(
    img: &ImageView<'_>,
    arena: &Bump,
    detection: &Detection,
    decoder: &(impl TagDecoder + ?Sized),
    _min_contrast: f64,
) -> Option<u64>
Expand description

Sample the bit grid from the image (Legacy/Hard wrapper).