Function:FindTransformECC

From CUVI Wiki
Revision as of 19:38, 19 October 2022 by Jawad (talk | contribs) (Created page with "__NOTOC__ Finds the geometric transform (warp) between two images in terms of the ECC criterion and generates a floating-point 2×3 mapping matrix. The matrix can then be fed to warpAffineBack to align the two images. ====Function====")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Finds the geometric transform (warp) between two images in terms of the ECC criterion and generates a floating-point 2×3 mapping matrix. The matrix can then be fed to warpAffineBack to align the two images.

Function