multiscale MSER feature extraction?
조회 수: 1 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!