Stitch multi-part scans into one composite frame#585
Merged
Conversation
Camera scans of medium/large format frames arrive as overlapping shots; external stitchers output display-referred files that break negative conversion (discussion #555). Multi-select frames -> "Stitch selected frames" registers them once (SIFT + RANSAC similarity; ORB and phase correlation fail on negatives) and stores the transforms on a virtual composite asset. Every decode replays the warp + per-channel gain + feather blend on scene-linear buffers, so the composite flows through the normal pipeline and exports like any frame. IR planes are carried when all parts have one; "Unstitch" restores the parts with their edits. Bumps version to 0.41.0 with changelog entry.
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.
Implements in-app stitching for multi-shot camera scans (discussion #555): Lightroom-style photo merge, but on NegPy's scene-linear decode, so the composite converts like a raw instead of the oversaturated results external stitchers produce.
How it works
session_stitches. No intermediate file is written.stitch_hash, normal pipeline, normal export.Verification
samples/panorama/(skips if absent).make allgreen (2379 passed).closes #584