Meanthresh local image thresholding

Versione 1.0.0.0 (4,31 KB) da Jan Motl
Meanthresh performs a simple local image thresholding.
1,2K download
Aggiornato 17 mag 2013

Visualizza la licenza

The algorithm calculates the mean value in a window and if the pixel's intensity is above the mean the pixel is set to white colour, otherwise the pixel is set to black colour. To increase the resistance to noise the threshold value can be shifted by a constant c. The pseudocode:

if (pixel >= mean-c)
pixel = 1;
else
pixel = 0;
end

Cita come

Jan Motl (2024). Meanthresh local image thresholding (https://www.mathworks.com/matlabcentral/fileexchange/41787-meanthresh-local-image-thresholding), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0