[][src]Function opencv::ximgproc::is_rl_morphology_possible

pub fn is_rl_morphology_possible(
    rl_structuring_element: &dyn ToInputArray
) -> Result<bool>

Check whether a custom made structuring element can be used with run length morphological operations. (It must consist of a continuous array of single runs per row)

Parameters

  • rlStructuringElement: mask to be tested