-
Notifications
You must be signed in to change notification settings - Fork 862
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
Local bundle update #186
Local bundle update #186
Conversation
Image matching on consecutive images
Add sensor width for DJI Phantom 4.
Allow per image masking
Update documentation to use virtualenv
Use only current neighbor when checking random planes. Propagate neighbor when checking neighboring pixel planes. Randomly sample another neighbor after all other tests.
Make it possible to run either regular patch match or patch match with single view sampling.
Throw to make it clear what depthmap methods are supported. Do not use defualt param values. Rename pixel neighbor to adjacent for clarity.
Do not use the name of the features for naming the features folder and files
@BrookRoberts does this merge include the incremental matching of this other PR #178 I'll merge |
@paulinus I wasn't intending it to. I'm currently using local-bundle for somethings, and noticed it was quite a bit off master. |
I've merged the branch to master so that it does not go off anymore. |
Merge master into feature-local bundle, and fix both cases where shot.id needs to be converted to string (last commit)