Image segmentation using statistical region merging

Very simple and fast image segmentation code using statistical region merging.

이 제출물을 팔로우합니다

From the paper :

Nock, Richard and Nielsen, Frank 2004. Statistical Region Merging. IEEE Trans. Pattern Anal. Mach. Intell. 26, 11 (Nov. 2004), 1452-1458.

It uses an a disjoint-sets data structure with a union-find strategy: http://en.wikipedia.org/wiki/Disjoint-set_data_structure

Just run srmdemo.m !

Matlab implementation, Mex File is TODO

인용 양식

Sylvain Boltz (2026). Image segmentation using statistical region merging (https://kr.mathworks.com/matlabcentral/fileexchange/25619-image-segmentation-using-statistical-region-merging), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.3.0.0

corrected matlab warnings, as well as a bug that can appear on synthetic images.

1.2.0.0

now with a parameter smallest_region_allowed=10; to filter out small regions at each scale

1.1.0.0

Now supports multiscale segmentation

1.0.0.0