adaptive local thresholding for gray scale image ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i want to binarization an image by using adaptive local threshold http://www.mathworks.com/matlabcentral/fileexchange/8647-local-adaptive-thresholding/content/adaptivethreshold/adaptivethreshold.m
but the resukt was that the pic the figure all converted to white ?
anyone know what is the error in this code? or any other methods to performe the adaptive local threshold ?
0 Commenti
Risposte (1)
Image Analyst
il 21 Gen 2012
Maybe you could just use CLAHE (via function adapthisteq) and then do a global threshold. Or better yet, post your photo and ask for professional, experienced opinions on how to segment your image rather than assuming adaptive local thresholding is the way to go.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!