Page 1 of 1

Stabbo - Video Stabilization Filter (Deshaker alternative)

Posted: Thu Oct 02, 2014 3:06 am
by sets
Hi everyone,
I'd like to present my VirtualDub video stabilization filter - Stabbo.
I've started its development in some commercial project but because of some weird reasons it was left unclaimed. After resignation I've decided to redevelop it as my own enthusiastic project.

Here are processing examples:
http://youtu.be/O6FlP0XIi_M
http://youtu.be/bDXoyTXhMvk
NB. Source videos can be found in examples descriptions.

Download link: http://sourceforge.net/projects/stabbo/

Pros:
- Real-time. Single pass processing.
- Fast. On my home Intel i5 it processes HD video in real-time.
- Wide search. Good results on extreme video (GoPro like).

Cons:
- Delay. Adds some delay (usually 6 frames) to the video stream.
- 32bit only. I've build it on Visual Studio Express.

I hope it will be useful.

P.S. I'm going to improve this project so I'm looking forward for your ideas.

Re: Stabbo - Video Stabilization Filter (Deshaker alternative)

Posted: Thu Oct 02, 2014 9:34 am
by admin
Thanks for the contribution, sets!

Re: Stabbo - Video Stabilization Filter (Deshaker alternative)

Posted: Mon Oct 13, 2014 7:40 am
by sparktank
That's pretty neat, thanks for the work! :)