Code Monkey home page Code Monkey logo

schitaytesami-speedup's Introduction

Usage:

VideoMarkup videonamefile videomarkupfile outpath outprefix [-options]

videonamefile – full video-filename (including path)
videomarkupfile – markup file. Should contain 4 or 8 lines with 2 numbers each. It is interpreted as one or two quadrangulars outlining the voting boxes.
outpath – ‘/’-ending path to where the output chunks will be written
outprefix – prefix for naming the chunks, e.g. ‘part’ with produce chunks named ‘part_0.avi’,’part_1.avi’ etc.

Options (default):
-erode %d  - a param to clean-up motion mask (2)
-skip %d – skips every %d frames during processing to speed up things (0)
-slow %d – acceleration in the slow parts (2)
-fast %d – acceleration in the fast parts(16)
-sensitivity %f – how sensitive is the background subtraction (0.005)
-minspan %f – how much “padding” in seconds should be added around voting (1)
-meanspan %f – smoothing length in seconds to make acceleration and deceleration gradual (0.5)
-chunk %f – how long in seconds should the chunk be before we start cutting it (12000)
-savesignal 0/1 – save the result of background subtraction to reuse later (1)
-reusesignal 0/1 – reuse the background subtraction from the previous run (0) 
-starttime %d – seconds from midnight for the stopwatch output. If 0 none will be shown (0) 

How to build:
Should build on Windows and latest Ubuntu (following http://mitchtech.net/opencv-ubuntu/). On Ubuntu run build.sh after installing OpenCV and configuring pkg-config.

// Copyright http://schitaytesami.org, 2012
// Author: Victor Lempitsky

schitaytesami-speedup's People

Contributors

vadimkantorov avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

yar

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.