Open zhenhuamo opened 7 months ago
How long does it take, and what is the size of the image? Are you setting the build type to Release?
Release mode 658*641 image 500ms.
Thanks for the info. Unfortunately, I'm not sure how to speed it up beyond that.
one small improvement might be to use separate threads to perform FFT on the two images here. This would mean initializing two forward_plan_
objects.
you might see a slight improvement by adding the following flags here
target_compile_options(imreg_fmt PUBLIC -mavx2 -mfma)
Thank you very much for your help, but I found a problem. When I differentiate the matched image with the reference image, sometimes it does not match.
There's another issue (#13) where we were discussing a similar problem. The program does not find the correct transformation for certain image sizes. I'm not yet sure why. Have you tried with the Python tool if you get the correct results?
Can the running speed be further optimized? Running efficiency is too slow