Coder Social home page Coder Social logo

simplesfm's Introduction

SimpleSFM

A simple structure from motion library.

Current Status

Right now, the Python side of SimpleSFM is reasonably stable. Essentially, it can process a series of still images from an iPhone 5 and output an optimized 3D sparse point cloud. It's not particularly fast, but I've done my best to write good, clean, well-documented code. I should add that, in its current incarnation, I can imagine several things that might go wrong in certain cases which might effect the results. However, without better visualization (i.e. involving dense matching) it is very hard, if not impossible to know for certain.

Future Goals

My vision for this project is that it should support dense matching between images and be reimplemented in C++ both for speed and to allow more concise expression of the bundle adjustment problem (i.e. calculation of reprojection error without explicit vectorization). To that end, here is my priority queue:

  1. Reimplement the Python code in C++.
  2. Do a careful re-evaluation of appropriate data structures.
  3. Rewrite Python code accordingly, with more rigorous APIs.
  4. Add dense matching.

simplesfm's People

Contributors

dfridovi avatar

Stargazers

 avatar

Watchers

James Cloos 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.