Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

video stabilization

I am a newbie about Video Stabilization field. Now I am researching about it. I'm coding a small video stabilization demo. But I am stuck in some problems I use the function "estimateGlobalMotionLeastSquares" in OpenCV to estimate global motion But it doesn't work

Here is my code:

image description

For example: I create 2 variables p0,p1 as parameter for the function " estimateGlobalMotionLeastSquares" and I want to estimate global motion "t". But when I complied, the error is as:

image description

Please help me to fix this!!! Can you give me some examples about that function it?

click to hide/show revision 2
retagged

updated 2014-01-25 13:27:12 -0600

berak gravatar image

video stabilization

I am a newbie about Video Stabilization field. Now I am researching about it. I'm coding a small video stabilization demo. But I am stuck in some problems I use the function "estimateGlobalMotionLeastSquares" in OpenCV to estimate global motion But it doesn't work

Here is my code:

image description

For example: I create 2 variables p0,p1 as parameter for the function " estimateGlobalMotionLeastSquares" and I want to estimate global motion "t". But when I complied, the error is as:

image description

Please help me to fix this!!! Can you give me some examples about that function it?