flann_Index.knnSearch crash if not params dict provided (Bug #1329)
Description
SystemError: null argument to internal routine
Associated revisions
Merge pull request #1329 from SpecLad:msvc-werror
History
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
- Description changed from See python2/find_obj.py line 28. Removing "params = {}" causes &qu... to SystemError: null argument to internal routine More
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Vadim Pisarevsky almost 13 years ago
Alexander, it's been a long time ago, but is it still possible to provide a sample? (may be, one of existing samples can be modified to reproduce the bug?)
Updated by Alexander Mordvintsev almost 13 years ago
You can take a look at sample find_obj.py, line 28. Removing "params = {}" argument causes sample to fail.
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4296