Function get_overlap

Source
pub(crate) fn get_overlap(
    image_size: ImageSize,
    block_size: BlockSize,
    block_col_row: (usize, usize),
    overlap_size: usize,
) -> Overlap
Expand description

Computes overlap for a block based on its position in the grid.