rust-cv / cv

Rust CV mono-repo. Contains pure-Rust dependencies which attempt to encapsulate the capability of OpenCV, OpenMVG, and vSLAM frameworks in a cohesive set of APIs.
831 stars 64 forks source link

The Akaze extract benchmark is testing image loading performance as well #70

Closed stephanemagnenat closed 1 year ago

stephanemagnenat commented 1 year ago

Currently the Akaze "extract" benchmark is testing image loading performance as well, which seems to take a large part of the time. I believe that is not really what we want, rather we should benchmark the extraction, using the newly-added extract_from_gray_float_image function.

If people agree, I'm happy to do a PR.

stephanemagnenat commented 1 year ago

I'm doing this as part of #68 as otherwise it is not realistic to benchmark the extraction itself.