[][src]Function opencv::video::compute_ecc

pub fn compute_ecc(
    template_image: &dyn ToInputArray,
    input_image: &dyn ToInputArray,
    input_mask: &dyn ToInputArray
) -> Result<f64>

Computes the Enhanced Correlation Coefficient value between two images EP08 .

Parameters

  • templateImage: single-channel template image; CV_8U or CV_32F array.
  • inputImage: single-channel input image to be warped to provide an image similar to templateImage, same type as templateImage.
  • inputMask: An optional mask to indicate valid values of inputImage.

See also

findTransformECC

C++ default parameters

  • input_mask: noArray()