SURF Buffer Reuse (Feature #1017)
Description
The CPU SURF implementation could really use an option to recycle buffers / filters between consecutive calls, at least when input images all have the same type and size (a very common case). The GPU implementation already includes this optimization, and allowing constant reallocation of memory limits the usefulness of this version for real-time applications.
Associated revisions
Merge pull request #1017 from jet47:fix-gpu-warnings
History
Updated by Andrey Kamaev over 12 years ago
- Category changed from features2d to nonfree
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4275