In python 'cv2.SURF.detect' is unusable with user-provided keypoints (Bug #1495)


Added by alexism - over 13 years ago. Updated over 9 years ago.


Status:Open Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:python bindings
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

In the cv2 python module, there is no way to provide user keypoints.


bug-1495-surf.diff - fix for feature2d (2.1 kB) Mr. Luk, 2012-08-31 03:11 pm


Associated revisions

Revision 42c4f91e
Added by Andrey Pavlenko over 11 years ago

Merge pull request #1495 from StevenPuttemans:bugfix_3282

History

Updated by Alexander Shishkov almost 13 years ago

  • Priority changed from High to Normal
  • Target version deleted ()

Updated by Alexander Shishkov almost 13 years ago

  • Assignee deleted (Vadim Pisarevsky)

Updated by Alexander Shishkov almost 13 years ago

  • Target version deleted ()

Updated by Mr. Luk over 12 years ago

+1

Updated by Mr. Luk over 12 years ago

Please find the patch attached. I added CV_IN_OUT to keypoints argument. The keypoints argument is now mandatory, even if useProvidedKeypoints is set to false. In this case, an None can be passed.

Updated by Maksim Shabunin over 9 years ago

Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4312

Also available in: Atom PDF