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 and features in StructureFromMotion and FeatureMatching #768

Merged
merged 5 commits into from
Feb 4, 2020

Conversation

theoleplomb
Copy link

@theoleplomb theoleplomb commented Jan 23, 2020

Description

  1. Add Methods in ImageMatching:
    • Sequential: based on filenames order
    • Vocabulary Tree
    • Sequential and Vocabulary Tree
    • Exhaustive
    • Frustum: when cameras have known poses, compute frustum intersections

Add nbNeighbor param in ImageMatching for Sequential method.

  1. Add minNumberOfMatches param in StructureFromMotion and filterTrackForks option

  2. Add knownPosesGeometricErrorMax param and matchFromKnownCameraPoses option

Features list

  1. ImageMatching:

[X] new Sequential method
[X] new Frustum method

  1. StructureFromMotion:

[X] minNumberOfMatches

  1. FeatureMatching:

[X] knownPosesGeometricErrorMax

alicevision/AliceVision#730

@fabiencastan fabiencastan added this to the Meshroom 2020.1.0 milestone Jan 30, 2020
@@ -70,6 +79,15 @@ class ImageMatching(desc.CommandLineNode):
uid=[0],
advanced=True,
),
desc.IntParam(
name='nbNeighbors',
label='Nb Neighbors',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

label='Sequential: Nb Neighbors',

@@ -70,6 +79,15 @@ class ImageMatching(desc.CommandLineNode):
uid=[0],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

label='VocTree: Nb Matches'
And same for all the other params

@@ -54,7 +54,7 @@ class ImageMatching(desc.CommandLineNode):
),
desc.IntParam(
name='minNbImages',
label='Minimal Number of Images',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tree, Weights, Max Descriptors are also VocTree specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants