研究目的
To propose a new approximation for path opening that uses a grayvalue skeleton to preselect paths, ensuring no important line structures are missed and minimizing bias in length measurements.
研究成果
The upper skeleton path opening (USPO) algorithm provides a significant speedup over traditional path opening methods while maintaining accuracy in length measurements. It compares favorably to other path opening variants in terms of bias and orientation dependency. The algorithm is particularly effective for large images and can be faster with increasing path length.
研究不足
The algorithm is only applicable to 2D images, and an extension to 3D would require significant modifications. The H-minima transform's parameter h must be chosen carefully to retain all structures of interest. The algorithm may not be faster than traditional path opening for images where the proportion of pixels not in the skeleton is small.
1:Experimental Design and Method Selection:
The study involves applying an H-minima transform followed by upper skeletonization to the input image, generating a graph from the skeleton, performing a path opening on the graph, and reconstructing the image.
2:Sample Selection and Data Sources:
Synthetic images with line segments of known lengths and orientations, as well as real-world images (e.g., DNA molecules, circuit boards, fundus images), are used.
3:List of Experimental Equipment and Materials:
The implementation is done in C++ with an interface to MATLAB, utilizing the H-minima transform from MATLAB’s Image Processing Toolbox and the upper skeleton from the DIPimage toolbox.
4:Experimental Procedures and Operational Workflow:
The algorithm consists of six steps: applying the H-minima transform, generating the upper skeleton, creating a graph from the skeleton, performing a path opening on the graph, generating an image from the opened graph, and reconstructing the image by dilation.
5:Data Analysis Methods:
The performance is evaluated using synthetic images to measure accuracy and real-world images to assess practical applicability. Timing experiments compare the new algorithm with existing methods.
独家科研数据包,助您复现前沿成果,加速创新突破
获取完整内容