Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Different results each loop

Hello,

I'm using KAZE for computing keypoints and descriptors for a set of images. If I just wrap my program in a while-loop, the program will generate different results for the same images each time. I calculate a matching score (according to Mikolajczyk et al), which becomes an easy way to see that results differ each iteration. This is super unintuitive for me, and I really have no idea what could be the problem. Is it like some issue with overwriting memory?

If anyone has any idea what could possibly cause an issue like this, I would be extremely grateful.

Best, Nik

Different results each loop

Hello,

I'm using KAZE for computing keypoints and descriptors for a set of images. If I just wrap my program in a while-loop, the program will generate different results for the same images each time. I calculate a matching score (according to Mikolajczyk et al), which becomes an easy way to see that results differ each iteration. This is super unintuitive for me, and I really have no idea what could be the problem. Is it like some issue with overwriting memory?

If anyone has any idea what could possibly cause an issue like this, I would be extremely grateful.

Best, Nik

PS: I'm using the Python bindings for scripting.