[][src]Function opencv::imgproc::invert_affine_transform

pub fn invert_affine_transform(
    m: &dyn ToInputArray,
    i_m: &mut dyn ToOutputArray
) -> Result<()>

Inverts an affine transformation.

The function computes an inverse affine transformation represented by inline formula matrix M:

block formula

The result is also a inline formula matrix of the same type as M.

Parameters

  • M: Original affine transformation.
  • iM: Output reverse affine transformation.