Error in CvFeatureTracker constructor (Bugfix #3131)
Description
In CvFeatureTracker::CvFeatureTracker(CvFeatureTrackerParams _params) missed break directives in switch (params.feature_type)
Associated revisions
Fixing bug #3131 adding breakpoints to featuretracker.cpp
Merge pull request #3131 from znah:python_namespaces
History
Updated by Maria Dimashova over 11 years ago
Thanks for the bug report! Could you please create a pull request with the bugfix, see http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute for more details.
- Priority changed from High to Normal
Updated by Kirill Kornyakov over 11 years ago
- Assignee deleted (
Vadim Pisarevsky) - Target version set to Next Hackathon
- Tracker changed from Bug to Bugfix
Updated by Kirill Kornyakov over 11 years ago
- Status changed from New to Open
Updated by Steven Puttemans over 11 years ago
Found the location of the problem, will fix it and submit a pull request when done.
Updated by Steven Puttemans over 11 years ago
Added the pull-request to add to master branch:
https://github.com/Itseez/opencv/pull/1135
I have no idea on how to add the pull request to this bug report. Guess you guys need to do this :)
- Assignee set to Kirill Kornyakov
- % Done changed from 0 to 100
Updated by Steven Puttemans over 11 years ago
Pull request merged, code fixed!
- Assignee deleted (
Kirill Kornyakov) - Status changed from Open to Done