DynamicAdaptedFeatureDetector (Bug #1334)
Description
in the detect-function of the DynamicAdaptedFeatureDetector it is clear that the changes on the threshold of the detector is only localy. Means that with the next function-call the old/initial threshold is used. This seems to be against the principle of such a dynamic concept.
Fourthermore, changing to global adjustment there could result a problem with the good()-function of the Adjuster. Means, when the changes result in threshold beyond the bounderies of the threshold-value no feature-detection would be performed
Associated revisions
Merge pull request #1334 from MarkBelmont:bugfix_1
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from in the detect-function of the [[DynamicAdaptedFeatureDetector]] it is clear t... to in the detect-function of the DynamicAdaptedFeatureDetector it is clear that ... More
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 (
Maria Dimashova)
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Vadim Pisarevsky about 12 years ago
- Affected version set to 2.4.3
- Target version deleted ()
Updated by Ilya Lysenkov about 12 years ago
- Assignee set to Ilya Lysenkov
Updated by Vadim Pisarevsky about 12 years ago
We postponed the fix till 2.5 because of some changes in API that we need to do.
- Target version set to 3.0
Updated by Ilya Lysenkov about 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/397
Updated by Ilya Lysenkov about 12 years ago
- Pull request changed from https://github.com/Itseez/opencv/pull/397 to https://github.com/Itseez/opencv/pull/406
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4297