MATLAB: How to decide upon a threshold

bestcalculatingoptimizationthresholdingWavelet Toolboxwthres

I am using the function wthresh to carry out soft thresholding on my wavelet coefficients however, I was wondering if someone could advise me and how to decide upon the best threshold to use. How is the best threshold usually determined?
many thanks in advance Bran

Best Answer

try my interactive thresholding app: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862. Once you find a good threshld visually, try to figure out an algorithm to determine that from the histogram. As you know there is not one threshold or one algorithm that works best for all images ever taken in the universe. So you have to figure out the algorithm that works best for you.