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

Advanced stitching parameters #18

Open
krupkat opened this issue Aug 15, 2022 · 5 comments
Open

Advanced stitching parameters #18

krupkat opened this issue Aug 15, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@krupkat
Copy link
Owner

krupkat commented Aug 15, 2022

Bring in some of the options from stitching_detailed.

  1. Identify which options would be useful
  2. Implement

The goal is to keep the app simple to use and the defaults should "just work".

Calling the OpenCV function: Code location
Options menu: Code location

@krupkat krupkat added the enhancement New feature or request label Aug 15, 2022
@krupkat
Copy link
Owner Author

krupkat commented Sep 8, 2022

Implemented selectable panorama projection (definition, gui).

@krupkat
Copy link
Owner Author

krupkat commented Sep 22, 2022

Candidate set functions from cv::Stitcher to call:

@hqhoang
Copy link

hqhoang commented Apr 8, 2023

Masking would be an essential feature (like the include/exclude masks in Hugin). A few reasons:

  • lenses are not perfect, they're usually sharp near center and soft near edges, or focus point shifted from shots to shots. Even if the software is smart enough to guess the best/sharpest sections, sometimes users would want to decide what's important.
  • movement between shots: if half of a person is in one shot, that portion should be excluded, but sometimes users want to include certain person.
  • best selection: group shot is a typical example, users might want to avoid the closed eyes in one shot and pick the smiling faces in another.

Or, better yet, Segment Anything: https://github.com/facebookresearch/segment-anything :-)

Thanks for an awesome modern approach.

@krupkat krupkat mentioned this issue Apr 8, 2023
@krupkat
Copy link
Owner Author

krupkat commented Apr 8, 2023

Great writeup, thanks a lot! I have opened an issue for this: #70

@krupkat
Copy link
Owner Author

krupkat commented Jul 10, 2023

todo: #105, #106

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

No branches or pull requests

2 participants