Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods in imageMatching #730

Merged
merged 10 commits into from
Feb 4, 2020
Merged

Commits on Jan 28, 2020

  1. [software] imageMatching: add "methods" param with new sequential option

    The new sequential option can be configured with nbNeighbors.
    Theo committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    e67e8bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8d6816 View commit details
    Browse the repository at this point in the history
  3. [software] featureMatching: add options matchFromKnownCameraPoses wit…

    …h knownPosesGeometricErrorMax
    Theo committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    5da54c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0ddcc9 View commit details
    Browse the repository at this point in the history
  5. [software] imageMatching: add const reference, use range-based for lo…

    …op and clean cmd line params
    Theo committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    a83e281 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    978a7de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    326cf4a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. [matching] fixes for feature matches min/max limits

    Fix minNum/limitNum conditions.
    fabiencastan committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b3e7e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a24b8 View commit details
    Browse the repository at this point in the history
  3. [software] SfM: features/matchesFolders are no more required

    When computing a SfM node from a previous SfM, the features/matches are
    not needed.
    fabiencastan committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b592507 View commit details
    Browse the repository at this point in the history