multiscale MSER feature extraction?
5 次查看(过去 30 天)
显示 更早的评论
How can I extract multiscale MSER features from an image? In the help it says that it is possible but I don't see how to implement it.
0 个评论
采纳的回答
Dima Lisin
2016-1-22
Use the detectMSERFeatures function.
2 个评论
Dima Lisin
2016-1-22
MSER is different from interest point detectors like SURF or Harris. It does not detect local maxima of some function over multiple scales. It detects regions of pixels with similar intensities. You can control the range of sizes of those regions using RegionAreaRange.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!