We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 support for stitching scans (https://docs.opencv.org/4.x/d2/d8d/classcv_1_1Stitcher.html#a114713924ec05a0309f4df7e918c0324ac706a6a118a4a648fef8b2fca5950e2a):
The value is selected here:
xpano/xpano/algorithm/algorithm.cc
Line 234 in dee2e45
Extend stitching user options with a new enum (panorama / scans):
xpano/xpano/algorithm/options.h
Line 82 in dee2e45
Label
Add a widget to select the value in gui (use utils::imgui::ComboBox for selecting an enum value):
utils::imgui::ComboBox
xpano/xpano/gui/panels/sidebar.cc
Line 301 in dee2e45
If Scans mode is selected
Test on real scans, compare the two modes and add the images to the PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support for stitching scans (https://docs.opencv.org/4.x/d2/d8d/classcv_1_1Stitcher.html#a114713924ec05a0309f4df7e918c0324ac706a6a118a4a648fef8b2fca5950e2a):
Howto
The value is selected here:
xpano/xpano/algorithm/algorithm.cc
Line 234 in dee2e45
Extend stitching user options with a new enum (panorama / scans):
xpano/xpano/algorithm/options.h
Line 82 in dee2e45
Label
function and a constant array with all values, please check the other examplesAdd a widget to select the value in gui (use
utils::imgui::ComboBox
for selecting an enum value):xpano/xpano/gui/panels/sidebar.cc
Line 301 in dee2e45
If Scans mode is selected
Stretch goal
Test on real scans, compare the two modes and add the images to the PR.
The text was updated successfully, but these errors were encountered: