Image skeletonization (Zhang Suen) algorithm developed based on LabVIEW. The input data must be a two-dimensional array of 0 or 1. When the "Auto" button is turned on, the program will automatically perform skeletonization based on the input data and display the number of iterations (the essence of the skeletonization algorithm is to alternately run two algorithms until the image does not change). Turn off automatic mode and specify the number of iterations yourself.
基于LabVIEW开发的图像骨骼化(Zhang Suen)算法。输入数据必须为0或1组成的二维数组。当“自动”按钮打开,程序会自动根据输入的数据,进行骨骼化处理,并显示出迭代次数(骨骼化算法的本质是交替运行两个算法,直至图像不发生变化)。关闭自动模式,可自行指定迭代次数。