Relative Content

Tag Archive for image-processingdeep-learningcomputer-visionartificial-intelligencecomputer-science

Image stitching using Poisson Blending

Background I’m working on an image stitching project using the Poisson blending method. I found a repository on GitHub that deals with the same problem (https://github.com/erman18/poison-blending-stitching). However, when I run the code with the provided flower data, the resulting image is blurry compared to the original images. Original image (before stitching): Original image Result image […]