Reputation: 1
I have implemented image stitching process in matlab and want to remove the seams that are present in the final canvas i.e my output. Can anyone please suggest some methods...
Upvotes: 0
Views: 1123
Reputation:
Use the mincut algorithm from Image Quilting by Efros and Freeman. Code here
Upvotes: 1