Smoothing data by using high degree B-spline Smoothing

asked 2014-05-23 10:00:00 -0600

Jenny gravatar image

I am working on video stabilization. After obtaining affine transformation parameters (translation, scale+rotation) between two consecutive frames, I need to smooth out them for stabilize purpose. To do that, I want to use B-Spline to smooth it. Any suggestion or explanation how to use B-Spline to smooth those parameter (translation x, translation y, scale+rotation a) or some code c++ to smooth those points.

Thank you in advance.

Here is illustrated figure about smoothing some points.

image description

edit retag flag offensive close merge delete