feat(camera): add image enhancement controls and improve alignment UI#145
Open
MausRundung wants to merge 4 commits intobarebaric:mainfrom
Open
feat(camera): add image enhancement controls and improve alignment UI#145MausRundung wants to merge 4 commits intobarebaric:mainfrom
MausRundung wants to merge 4 commits intobarebaric:mainfrom
Conversation
Add temporal noise reduction (denoise), fisheye distortion correction (k1/k2/p1/p2), and boundary stretching (offset top/bottom/left/right) to camera model, controller, and preferences UI. Enhance alignment dialog with zoom, pan, precise nudging, and improved bubble widget layout. Update serialization to include new parameters. - Camera model now supports denoise (0.0-0.95), radial/tangential distortion coefficients, and offset values - Controller applies denoising via frame accumulation, undistortion, and perspective warping for offsets - Preferences page adds three new groups: Image Enhancement, Lens Distortion Correction, and Image Stretching & Positioning - Alignment dialog includes zoom (Ctrl+scroll), pan (middle drag), arrow-key nudging, and redesigned point bubble with vertical layout and nudge buttons - Bubble widget emits nudge signals and supports dynamic point index updates
Author
|
The linting suite isn't playing nice with Windows on my end, so I'm flying a bit blind on these failures. Could someone take a look at the CI logs and let me know what I need to fix? Or is this something that can be handled during the merge? |
Contributor
|
I just pushed several new helper scripts:
I can have a look later today if there are still issues. |
Contributor
|
Updated developer docs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added temporal denoise (0.0–0.95), fisheye correction (k1/k2/p1/p2), and boundary stretching (top/bottom/left/right offsets) to camera model, controller, and Preferences UI.
Enhanced Alignment dialog with zoom (Ctrl+scroll), pan (middle drag), arrow-key nudging, and redesigned bubble layout. Bubble widget now supports nudge signals and dynamic point indexing.
Updated serialization to include new parameters.