[][src]Function opencv::rapid::draw_correspondencies

pub fn draw_correspondencies(
    bundle: &mut dyn ToInputOutputArray,
    cols: &dyn ToInputArray,
    colors: &dyn ToInputArray
) -> Result<()>

Debug draw markers of matched correspondences onto a lineBundle

Parameters

  • bundle: the lineBundle
  • cols: column coordinates in the line bundle
  • colors: colors for the markers. Defaults to white.

C++ default parameters

  • colors: noArray()