OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
1.99k stars 156 forks source link

Masking out regions before stitching? #94

Closed fidel-schaposnik closed 1 year ago

fidel-schaposnik commented 1 year ago

Is there a way to mask out certain regions within each image for the purposes of stitching (these could be defined e.g. as a list of rectangles)? In other words, can we filter the keypoints we use to match images in order to exclude those within certain boundaries?

My use case concerns stitching frames from a video with graphical overlays. Using this module as is results in keypoints concentrated mostly on the overlays, which of course are static and therefore result in no stitching at all...

lukasalexanderweber commented 1 year ago

Yes that is possible, but not yet a stable Feature of the stitcher class. Have a look at https://github.com/OpenStitching/stitching/pull/55. I want to get back on it after I merged the Testing branch