Ask Your Question

hjl240's profile - activity

2016-10-19 20:48:41 -0600 received badge  Enthusiast
2016-10-09 20:16:53 -0600 commented answer How to stablize video in realtime?

Thank you!

2016-10-08 09:16:30 -0600 asked a question How to stablize video in realtime?

I know openCV3.1.0 now has a video stabilization class, and I read and run the given example cpp code(.\sources\samples\cpp\videostab.cpp), I find it first run "estimating motion", and then process frames. The result is good, but it is not run in realtime.

So I want to ask, how to modify the given code("videostab.cpp") to stablize video in realtime? Or now opencv3.1.0 can not implement video stabilization in realtime by using the video stabilization class?

Thank you!