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

Question about patch initialization #49

Open
nnop opened this issue Jul 29, 2024 · 0 comments
Open

Question about patch initialization #49

nnop opened this issue Jul 29, 2024 · 0 comments

Comments

@nnop
Copy link

nnop commented Jul 29, 2024

Hi, I have a question about the initialization step of PMVS.
In the following, I'll use I for image and f for feature.

The algorithm loop for all combinations of feature pairs fullfilling the epipolar constraint.
So if (I1, f1) and (I2, f2) created a patch when loop features in image I1, there would also be a feature created by (I2, f2) and (I1, f1) when loop features in image I2.
That way, there would be two times of duplicated patches being initialized.
Would that be problematic? Would the duplicated patches being filtered in the filtering step?

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

No branches or pull requests

1 participant