Coder Social home page Coder Social logo

Comments (4)

pmoulon avatar pmoulon commented on May 18, 2024
  • Sift patent should expire soon.

OpenMVG, OpenSfM have natively multiple alternatives to SIFT for matching.
See here for OpenMVG: https://github.com/openMVG/openMVG/blob/develop/src/software/SfM/main_ComputeFeatures.cpp#L98
We also have other method implemented but not yet connected to the SfM pipelinehttps://github.com/openMVG/openMVG/tree/develop/src/openMVG/features

As you said OpenMVG and Colmap are flexible and can ingest anything.
OpenMVG also provide a demo to integrate any OpenCV feature detector here https://github.com/openMVG/openMVG/blob/develop/src/software/SfM/main_ComputeFeatures_OpenCV.cpp#L61

Did were you thinking to other patents?

from awesome_3dreconstruction_list.

wzel avatar wzel commented on May 18, 2024

Thanks for all the interesting info. I took notice of the -m option, but then discovered that it only accepted "SIFT".

In addition to SIFT, there's also SURF, which comes with similar restrictions.

from awesome_3dreconstruction_list.

pmoulon avatar pmoulon commented on May 18, 2024

The -m option accepts 4 possibilities (SIFT, SIFT_ANATOMYY, AKAZE_MLDB, AKAZE_LIOP) and then you can plug any of your own feature using the abstraction that is in place.

from awesome_3dreconstruction_list.

wzel avatar wzel commented on May 18, 2024

I must have missed that. Thanks.

from awesome_3dreconstruction_list.

Related Issues (12)

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.