Code Monkey home page Code Monkey logo

Comments (3)

abhiTronix avatar abhiTronix commented on May 18, 2024

Updates:

  • While searching for python library based on nghiaho implementation. I came across Python Video Stabilization (VidStab) by AdamSpannbauer. Initially, I decided to build a wrapper around this library for vidgear , but the experiments with this library tell a different story. The quality of stabilization with vidstab is very poor as compared to the original implementation by nghiaho12. The main problem is that after stabilizing, vidstab output is still swaying too much even with slow vibrations in videos which were not present in the original implementation. This behavior was reported on vidstab issues but didn't get any valid response from the author in time.

  • After digging into this issue further and researching the original implementation, I decided to reimplement my own modified stabilizer for vidgear from scratch based on findings of Simple video stabilization using OpenCV by nghiaho12 sample code.

from vidgear.

abhiTronix avatar abhiTronix commented on May 18, 2024

Purposed Fix

PR #24 introduces Powerful Real-time Video Stabilizer for vidgear from scratch based on findings of by nghiaho12 sample code. This stabilizer can work both standalone and with VidGear Multi-Threaded Classes and thereby is solely integrated into vidgear's VideoGear Class. This feature for any given video stream can be activated with stabilize boolean flag during initialization in VideoGear Class.

Features :

  • Real-time stabilization and low latency with no extra resources.
  • Works exceptionally well with low frequency jitter.
  • Compatible with any vidgear's video streams including live network streams.
  • Works both standalone and with VidGear Multi-Threaded Classes.
  • Directly integrated into vidgear's VideoGear Class.

from vidgear.

abhiTronix avatar abhiTronix commented on May 18, 2024

Successfully resolved and merged in bdc02a2

from vidgear.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.