[][src]Function opencv::rapid::find_correspondencies

pub fn find_correspondencies(
    bundle: &dyn ToInputArray,
    cols: &mut dyn ToOutputArray,
    response: &mut dyn ToOutputArray
) -> Result<()>

Find corresponding image locations by searching for a maximal sobel edge along the search line (a single row in the bundle)

Parameters

  • bundle: the line bundle
  • cols: correspondence-position per line in line-bundle-space
  • response: the sobel response for the selected point

C++ default parameters

  • response: noArray()