Skip to main content

morphology_ex

Function morphology_ex 

Source
pub fn morphology_ex<T: PixelComponent, const CHANNELS: usize>(
    input: ImageView<'_, T, CHANNELS>,
    operation: MorphologyOperation,
    element: &StructuringElement,
    iterations: usize,
    border: BorderMode<T, CHANNELS>,
) -> VisionResult<Image<T, CHANNELS>>
Expand description

Applies a composite morphology operation.