Coder Social home page Coder Social logo

tinysfm's Introduction

tinysfm

TinySFM is a tiny (~50 loc) implementation of Incremental Structure From Motion. There are no optimisations, no bundle adjustment, no real frame picking strategies. It is small, simple, and (hopefully) easy to grok!

Expects an OpenMVG dataset-like directory structure -

dataset/
    Herz-Jesus-P8/
        img0.jpg
        img1.jpg
        img2.jpg
        ..
        K.txt

K.txt must contain the camera parameters in a 3x3 Numpy readable format. E.g. -

2759.48 0 1520.69 
0 2764.16 1006.81 
0 0 1

You may use the data from OpenMVG benchmark repo.

Dependencies

OpenCV
Numpy
Matplotlib

Usage

python tinysfm.py dataset/Herz-Jesus-P8
It creates a 3D reconstruction from the images in the directory.

Note: TinySFM assumes the photos in directory are named in the order in which they are captured as you move around the subject. Unordered names will affect the quality of reconstruction.

References

Hartley, R. and Zisserman, A., Multiple View Geometry in Computer Vision (2004)

License

MIT

tinysfm's People

Contributors

postmalloc 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.