[][src]Function opencv::ximgproc::get_structuring_element

pub fn get_structuring_element(shape: i32, ksize: Size) -> Result<Mat>

Returns a run length encoded structuring element of the specified size and shape.

Parameters

  • shape: Element shape that can be one of cv::MorphShapes
  • ksize: Size of the structuring element.