Fuzzy c-means thresholding

버전 1.0.0.0 (22 KB) 작성자: Guanglei Xiong
Thresholding by 3-class fuzzy c-means clustering.
다운로드 수: 13.1K
업데이트 날짜: 2016/3/31

라이선스 보기

FCMTHRESH Thresholding by 3-class fuzzy c-means clustering
[bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu's methold which outputs larger or smaller threshold on fluorescence images.

sw is 0 or 1, a switch of cut-off position.
sw=0, cut between the small and middle class
sw=1, cut between the middle and large class

Contributed by Guanglei Xiong (xgl99@mails.tsinghua.edu.cn)
at Tsinghua University, Beijing, China.

Inspired by Xiaobo Zhou
at Harvard Medical School.

인용 양식

Guanglei Xiong (2024). Fuzzy c-means thresholding (https://www.mathworks.com/matlabcentral/fileexchange/8351-fuzzy-c-means-thresholding), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

BSD
Update description