I want to detect circles of a shooting target. So the target might have circles on there already, but I am only looking for the NEW bullet holes.
What I was thinking is to start with the target, sort of know where the circles are with the target not being shot. Then once you have that, its almost like greenscreening the current circles so they will not be detected again. From there I would then to pickup only the bullet holes.
How would this be done ? And is this the best approach?