Tihendusalgoritmeid
Tihendusalgoritmeid, or thinning algorithms, are a class of image processing techniques used to reduce binary shapes to their skeletal representations while preserving topological structure. The primary goal is to extract a one-pixel wide contour that maintains the connectivity and endpoints of the original object, facilitating pattern recognition, shape analysis, and feature extraction tasks. By iteratively removing peripheral pixels, thinning algorithms produce a medial axis that approximates the underlying geometry of the input figure.
Several families of thinning algorithms exist, notably the iterative hit‑or–miss approach, Zhang‑Suen two-iteration method, and medial
Practical applications span handwritten character recognition, fingerprint analysis, road network extraction, and biological vessel mapping. Thinning