mhirano / MeshFlow

A C++ implementation of MeshFlow
21 stars 9 forks source link

how to get the stablized video? #1

Open zhaoxin111 opened 3 years ago

zhaoxin111 commented 3 years ago

Thanks for sharing the meshflow implementation. I noticed that main only shows how the grid points move. How to generate the final video based on map x and map y?

ClarkWang1214 commented 2 years ago

using VideoIO::WriteFrames(m_frames); in the main() function

GuoPingPan commented 2 years ago

using VideoIO::WriteFrames(m_frames); in the main() function

Hi, I want to ask you how to get the stablized video, if just save m_frames, it just the original video.

GuoPingPan commented 2 years ago

using VideoIO::WriteFrames(m_frames); in the main() function

Hi, I want to ask you how to get the stablized video, if just save m_frames, it just the original video.