borderfollowing
Borderfollowing, also known as contour tracing, is a class of image processing algorithms that extract the boundary of connected foreground regions in binary or segmented images. The result is typically a polygonal chain or a chain-code that represents the contour of each object, enabling subsequent shape analysis, vectorization, or object recognition.
The standard approach begins by locating a starting boundary pixel, defined as a foreground pixel that has
Common border-following methods include Moore-Neighbor tracing (8-connected boundary following) and variants such as Suzuki and Abe’s
Applications of borderfollowing include optical character recognition, shape and feature extraction, vectorization of bitmap images, and