Simple Image Thresholding

Simple method to calculate the threshold of an image

이 제출물을 팔로우합니다

This method first estimates a cutoff, then calculates the distribution of pixels within the cutoff in order to determine the final threshold.

I have found this method to work quite well for fluorescence microscopy images in which most of the pixels are background and the background is approximately gaussian.

There are a couple parameters than can be used to tune the threshold.

인용 양식

Jake Hughey (2026). Simple Image Thresholding (https://kr.mathworks.com/matlabcentral/fileexchange/44291-simple-image-thresholding), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: Ridler-Calvard image thresholding

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

Slight refinement to only use pixels below the cutoff for calculating the threshold.

1.2.0.0

Updated the description.

1.1.0.0

Fixed bug caused by mode not accepting integers.