A blog of blobs
Posts tagged moore neighbor tracing
Moore Neighbor Contour Tracing Algorithm in C++
143 years ago
This post shows the implementation of Moore’s neighbor tracing algorithm in C++. This algorithm performs what is called contour tracing i.e.
tracing the borders or boundaries of, in this case, a binary image. The two images below illustrates what the algorithm does with a pure black and white/binary image.
Recent Comments