MSER detector is missing keypoints on binary images (Bug #756)
Description
MSER is working very strangely on binary images. For example it can miss very stable regions. I've attached an image where a left region is detected and a right region is missed by mser_sample.
Associated revisions
Merge pull request #756 from taka-no-me:libavcodec53.25.0
History
Updated by Liu Liu over 14 years ago
I will look into the problem next week. My guess is, the provided sample image is an edge case about how derivative approximated in MSER implementation.
Updated by Ilya Lysenkov over 14 years ago
Fine! Thank you for the quick response.
Updated by Maria Dimashova almost 14 years ago
Hello, liuliu.
Have you looked into the problem? Judging by the sample image there is really a bug in MSER implementation.
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Liu Liu)
Updated by Vadim Pisarevsky almost 13 years ago
lowering priority of the bug, since there are not many MSER users out there
- Priority changed from High to Normal
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Vadim Pisarevsky almost 10 years ago
finally!!! fixed in https://github.com/Itseez/opencv/pull/4025. That required almost complete rewrite of MSER
- Target version set to 3.0
- HW Platform set to Any
- Operating System set to Any
- Affected version set to branch 'master' (3.0-dev)
Updated by Vadim Pisarevsky almost 10 years ago
- Status changed from Open to Done