chalkydri_apriltags::utils

Function px

Source
pub(crate) const unsafe fn px(x: usize, y: usize, width: usize) -> usize
Expand description

Calculate buffer index for an x and y, given an image width

ยงSafety

y should be within the vertical bounds.