DEV Community

Discussion on: How to remove an object from an image with Python

Collapse
 
stokry profile image
Stokry
Collapse
 
bala profile image
Balamurugan

Thanks for your reply, But I need the different requirements. This link finds the duplicate by contours. but I need to find the multiple objects using the template matching techniques

Thread Thread
 
bala profile image
Balamurugan

Already, I derived the code, the problem is..I have one template to find the matching object in that image..I have totally 5 duplicates but my system shows 6 duplicates one is wrong identifying..Am trying to fix it. I have your support it will better

Collapse
 
bala profile image
Balamurugan

Also, In this example, our goal is to remove the circles/ellipses from the image. But my requirement is to Remove the duplicate objects from the image using template matching techniques.

Thread Thread
 
stokry profile image
Stokry

This is a nice tutorial: towardsdatascience.com/object-dete...