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!