Git Product home page Git Product logo

structcompletion's Introduction

tag: 图像补全、图像编辑、去图像中物体

StructCompletion

Image Completion using Planar Structure Guidance

This is a Matlab re-implementation of the paper.

Jia-Bin Huang, Sing Bing Kang, Narendra Ahuja, and Johannes Kopf, Image Completion using Planar Structure Guidance, ACM Transactions on Graphics (Proceedings of SIGGRAPH 2014), 33(4), 2014

It is provided for educational/research purpose only. Please cite our paper if you found the software useful for your work.

To run the code, please see use main function sc_complete.m

Example:

imgFileName = '005_input_hole.png';

imgCompletion = sc_complete(imgFileName);

There are three main directories:

  • cache: pre-computed data for vanishing point detection

  • data: the folder for input images

  • external: external codes

  1. MeanShift: the Mean-shift clustering algorithm http://www.mathworks.com/matlabcentral/fileexchange/10161-mean-shift-clustering

  2. vlfeat-0.9.19: for feature detection and matching http://www.vlfeat.org/

  3. mirt2D_mexinterp: Fast 2D linear interpolation http://www.mathworks.com/matlabcentral/fileexchange/24183-2d-interpolation/content/mirt2D_mexinterp/mirt2D_mexinterp.m

structcompletion's People

Contributors

jbhuang0604 avatar timedcy avatar

Watchers

 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.