Ask Your Question
0

Fast Matching Pyramids Rotationinvariance

asked 2017-06-28 09:19:13 -0600

Franz Kaiser gravatar image

updated 2017-06-28 11:37:02 -0600

A approach in fast matching seems to be downsizing template and queryimage in pyramids. What would be a good strategy to make this method rotation-invariant in a situation where more than one instances of the (non-scaled) template can arise? I am very sure that the first step has to rotate the

templateImage on smallest pyramid level with big steps of rotation angle

But i do not know how to make a fit, where in each step of the following levels the estimation of the rotation angle gets more preciser. In this SO-Question the last comment refers to the unclear par as "rotate your template roughly on the low resolution levels, and when you trace the template back down to the higher resolution levels"

Can someone give me an idea -perhaps in the form of pseudocode- how such an algorithm could work?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-06-29 20:13:08 -0600

Tetragramm gravatar image

You can't really "downsample" rotation. At least, not if you're just trying to find the object.

If you need to find the specific rotation that is best, and template matching can find the object while the rotation is incorrect by a significant amount, then you rotate the image with big steps, doing template matching on each one. The around the best angle, do finer steps and repeat until it's precise enough.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-06-28 09:19:13 -0600

Seen: 352 times

Last updated: Jun 29 '17