Skip to main content

dilate_rect_u8_into

Function dilate_rect_u8_into 

Source
pub fn dilate_rect_u8_into(
    input: ImageView<'_, u8, 1>,
    element: &StructuringElement,
    iterations: usize,
    border: BorderMode<u8, 1>,
    output: &mut [u8],
    workspace: &mut RectMorphologyWorkspace,
) -> VisionResult<()>
Expand description

Dilates into caller-owned packed output using reusable scratch storage.