pippy360 / transformationInvariantImageSearch

A reverse image search algorithm which performs 2D affine transformation-invariant partial image-matching in sublinear time
MIT License
288 stars 37 forks source link

Code optimisation #1

Closed meowcoder closed 7 years ago

meowcoder commented 7 years ago

Total running time for all the pics in the inputImages dir was reduced from 11.320s to 1.781s. I tested just by running dumpKeypoints on each image without using any C++ code.

pippy360 commented 7 years ago

awesome work man, thanks for this!

pippy360 commented 7 years ago

I have merged your request and given you credit in the README.md. Sorry it took so long, Thanks again for the work!

I also added the new running times to the README.md, I ran the tests again on the same quad core VM I ran the original tests on.