Coder Social home page Coder Social logo

liuqh / mrms_online Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhe-liu-imagine/mrms_online

0.0 2.0 0.0 50.29 MB

Match Selection and Refinement for Accurate Structure from Motion

License: BSD 2-Clause "Simplified" License

CMake 1.56% OpenEdge ABL 0.22% C++ 95.92% C 2.31%

mrms_online's Introduction

                   MRMS Library
                     Zhe Liu

ABOUT
  The MRMS open source library implements the match refinement and match selection method introduced in the paper with minor modifications: 

Z,Liu; P.Monasse and R,Marlet. Match Selection and Refinement for Highly Accurate Two-View Structure from Motion in ECCV 2014

  It is distributed under the BSD license (see the COPYING file).

PERFORMANCE WARMING:
  1. It may be time consuming to run the whole test for a scene(eg. 7 pairs of image for 4 methods and 16 iterations). The result of the input data is already in the output folder.

  2. If you use openCV library, please use version later than 2.4, otherwise descriptors' orientation may be reversed! (Bug in openCV 2.3) An easy way to test is to process an image with its rotated projection.
  

INSTALLING
  This implementation is on C++ and depends on openCV and KVLD library, whose installation guild is available online. You will need Cmake 2.6 or later to compile the program.
  
FOLDERS:
  Kvld: containing all KVLD algorithm, some structures depend on
   OrsaHomography library, so please include both of them to make KVLD running.
  OrsaHomography: containing ORSA algorithm implemented by Pierre Moulon. It also offers basic structures for KVLD algorithm.
  Input: some illustrating pairs of images with ground truth.
  Output: results of demos are sent here, including 
    (? means the image index)
    * ?_(?+1)_log: details of test
    * ?_(?+1)_trueP: ground truth information
    * final_average_result: final result for each method
    * rotation_info: Rotation information for tested pairs.
    
APPLICATIONS

  The code contains the main applications (MRMS_comparison.cpp). It shows the result of comparison for RANSAC, Match Selection, Match Refinement and MR+MS.

For more information, please contact [email protected]



mrms_online's People

Contributors

zhe-liu-imagine avatar

Watchers

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