Git Product home page Git Product logo

homographypropagation's Introduction

Homography Propagation and Optimization for Wide-baseline Street Image Interpolation

Demo code for the work below:

Video Demo on YouTube.

External libraries and code used:

Run the code

  1. The code is currently tested on VS 2012.
  2. Configure the data path in the main.cpp file.
  3. Define __FORWARD in nrdc_processing.h to run forward warping. The warping result will be saved in data/viewinterp/1.
  4. Define __BACKWARD in nrdc_processing.h to run backward warping. The warping result will be saved in data/viewinterp/2. Note: DO not define __FORWARD and __BACKWARD at the same time.
  5. Run the Matlab code in the folder multibandblending to render the final result, which will be save in data/viewterp/3.

Common Questions

Q1: How to generate the labels.txt file in the forward/backward folder?

A1: This file provides an initial segmentation of the image. Any reasonable superpixel segmentation algorithm (For example, SLIC) can be used.

Q2: How to generate the matches.txt file in the forward/backward folder?

A2: This file can be generated from any ANNF algorithms, for example, PatchMatch, DAISY Filter Flow and NRDC.

Citation:

@article{nie2017homography,

title={Homography propagation and optimization for wide-baseline street image interpolation},

author={Nie, Yongwei and Zhang, Zhensong and Sun, Hanqiu and Su, Tan and Li, Guiqing},

journal={IEEE transactions on visualization and computer graphics},

volume={23},

number={10},

pages={2328--2341},

year={2017},

publisher={IEEE} }

Code by Zhensong Zhang and Yongwei Nie. For research purpose ONLY.

homographypropagation's People

Contributors

zhangzhensong avatar

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.