Thresholding (image processing): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 37:
# Calculate the new threshold by averaging the two means.
# If the difference between the previous threshold value and the new threshold value are below a specified limit, you are finished. Otherwise apply the new threshold to the original image keep trying.
 
To assist the automatic threshold, optimization tools can be applied<ref>{{Cite journal|last=Sokratis|first=Vavilis|last2=Kavallieratou|first2=Ergina|date=2011-09|title=A Tool for Tuning Binarization Techniques|url=http://dx.doi.org/10.1109/icdar.2011.10|journal=2011 International Conference on Document Analysis and Recognition|publisher=IEEE|doi=10.1109/icdar.2011.10|isbn=9781457713507}}</ref>.
 
=== Note about limits and threshold selection ===