SURF_GPU orientation (Feature #945)
Description
Since the commit 4801, it's not possible to avoid computation of orientation in GPU_SURF just to make "GPU version of SURF more consistent with CPU one"
Upright-SURF (USURF) gave much more better result (and is faster !) when there is no rotation over the axis of camera (see CENSURE, or SURF publications for example).
This option was very useful and should really be present.
The solution to put it on GPU version and made it consistent with CPU version is to use the patch in #825 to add USURF functionality for CPU version too.
Associated revisions
Merge pull request #945 from malcolmreynolds:master
History
Updated by Yvonnic MM almost 14 years ago
Fixed in commit 106569 "added upright parameter to SURF_GPU"
Thanks !
now the #825 ?
- Status changed from Open to Done
- (deleted custom field) set to fixed