Real-Time-Video-Stabilization icon indicating copy to clipboard operation
Real-Time-Video-Stabilization copied to clipboard

Homography matrix

Open NatalyaSlepkova opened this issue 6 years ago • 1 comments

How I understand, you use an affine transformation. How can I do this with homography transformation? How should I change smoothedMat for this?

NatalyaSlepkova avatar Aug 28 '18 12:08 NatalyaSlepkova

If you want to use a homography matrix then you'll have to look into homography decomposition. I think OpenCV 3.0 has a function for that. After the decomposition you will get scale, rotation and translation and can construct the smoothedMat in the same way.

Lakshya-Kejriwal avatar Aug 28 '18 15:08 Lakshya-Kejriwal