WillBrennan / ImageStitching

Conducts image stitching upon an input video to generate a panorama in 3D
272 stars 58 forks source link

Stitching creates blur on invisible parts #20

Closed PlugNPush closed 1 year ago

PlugNPush commented 1 year ago

Hi Will, I am doing some testing with your project for a school project. You probably stopped developing it, but I was wondering if you could give me a clue about why the invisible images get blurred the more the process continues, and how it could be fixed if you know?

Attached is a picture of Frame 935 (example), that illustrates the issue: result_935

WillBrennan commented 1 year ago

Hey!

This project doesn't account for radial distortion from the camera. When you stitch a lot of frames together it causes this blurring pattern.

You can either remove radial distortion before you process the images or use less images. I hope that helps!