Function rten_imageproc::fill_rect

source ·
pub fn fill_rect<T: Copy>(mask: NdTensorViewMut<'_, T, 2>, rect: Rect, value: T)
Expand description

Fill all points inside rect with the value value.