admin管理员组

文章数量:1204016

I have the following situation, I am dividing an image into a grid and processing each tile, afterwards when I stich them back together because of the way these tiles have been processed there are discontinuities between them like so :

I am wondering what's the best way to get rid of these type of artifacts, I tried just simply blurring the image along side these edges but it doesn't look very good, I need something more sophisticated sort of like those smudging tools in image editing software but I don't know how to do this in OpenCV, any suggestions ? Thanks. I am using C++.

本文标签: Smoothly stitching together images forming a grid using OpenCVStack Overflow