GithubHelp home page GithubHelp logo

lulu1315 / blindconsistency Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 42.58 MB

Blind Video Temporal Consistency

Home Page: http://liris.cnrs.fr/~nbonneel/consistency/

C++ 29.86% CMake 0.17% Makefile 0.43% C 69.36% MATLAB 0.15% Batchfile 0.02% Shell 0.01%

blindconsistency's Introduction

Blind Video Temporal Consistency

Published at SIGGRAPH Asia 2015.

Authors:

  • Nicolas Bonneel - CNRS LIRIS
  • James Tompkin - Harvard Paulson SEAS
  • Kalyan Sunkavalli - Adobe
  • Deqing Sun - NVIDIA
  • Sylvain Paris - Adobe
  • Hanspeter Pfister - Harvard Paulson SEAS

Description

This code implements this paper. It takes a processed or stylized video, say by a per-frame image processing operation, plus the original input video, and attempts to create a temporally-consistent version of that video.

Project webpage

Video (YouTube link):

Project video

Compilation

I modified the original project to compile on Linux Ubuntu 18.04.It doesn't use ffmpeg anymore and works only with frame sequences.

mkdir build;cd build
cmake ..
make

Usage

usage : blindconsistency path/to/inputimages path/to/processedimages fileextension lambdaT path/to/outputresult framestart frameend
        blindconsistency ../data/old_man ../data/old_man_autocolor png 1.0 ../data/out 1 50
        will use old_man.[0001-0050].png and old_man_autocolor.[0001-0050].png to generate out.[0001-0050].png

Dependencies - included

Licence

No commercial licence is given whatsoever. This code is distributed purely for education and for research purposes.

blindconsistency's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blindconsistency's Issues

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.