Lakshya-Kejriwal/Real-Time-Video-Stabilization

Homography matrix

NatalyaSlepkova opened this issue · 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?

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.