[][src]Function opencv::core::div_up

pub fn div_up(a: i32, b: u32) -> Result<i32>

Integer division with result round up.

Use this function instead of ceil((float)a / b) expressions.

See also

alignSize