This is a completely c language implementation of the skeleton line identification program, the program does not rely on other image library to achieve skeleton line identification and image generation.
See blob.h for a complete documentation.
"A linear-time component-labeling algorithm using contour tracing technique"
by Fu Chang, Chun-Jen Chen, and Chi-Jen Lu.
blob is licensed under the MIT License, see LICENSE for more information.
- Download dev c++.
2.Run devc++ to open "Skeleton line labeling algorithm based on linear time component labeling.dev".
3.Click the "Compile & Run" button.
BlockoS (2016) blob