[threshold] - threshold code for matlab CV .
[testadaptivethreshold] - adaptive thresholding and average filter
[medfilt_with_threshold] - Median filtering with threshold written in Matlab
[threshbasedonFCM] - thresholding based on FCM
[image_threshold] - code for creating an image thershold and applying it to the image in matlab or octave
[automatic-image-thresholding] - Automatic Gray-Scale Image Thresholding methods: Tsai, Prewitt, Rosenfeld, Otsu, Kittler, Ridler. complete source code,has passed the test.
[OtsuThreshold] - otsu trashold example c#
[adapthresh] - adaptive thresholding used in numberplate recognition
[fwdmatlabcodeusingglobalthresholding...] - MRI brain scan for matlab sedgmentation
[thresholdPicture] - The threshold value in my program should be detected automatically from the image using histogram analysis. In this program, Otsu Algorithm is used for detecting threshold value.