菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-26
📄 Abstract - A Dynamic Programming Framework for Discovering Count and Values of Multilevel Image Thresholding

Multilevel Image thresholding is an important preprocessing algorithm in computer vision applications nowadays. Since most common thresholding methods take the desired count of thresholds as input by the user, thresholding methods that automatically determines a suitable count of thresholds from the input image itself are advantageous. In this article, a novel thresholding method based on a dynamic programming algorithm and a modification of Minimum Error Thresholding (MET) criterion is thoroughly presented. An empirical statistical study is performed to pinpoint why this proposed method is superior. Moreover, an extended comparison between this proposed method and other state-of-the-art methods is performed on a comprehensive set of natural, satellite and medical test images. The numerical results show that the proposed MET-DP method takes much less time than traditional dynamic programming thresholding methods when the number of thresholds is high. The proposed method can detect a suitable count of thresholds for most of tested images of different types. However, traditional methods that take the count of thresholds as input produce thresholded images of higher structural similarity index measure (SSIM) and peak signal-to-noise ratio (PSNR) values than MET-DP. Source code can be found on this https URL

顶级标签: computer vision machine learning
详细标签: image thresholding dynamic programming minimum error thresholding preprocessing algorithm 或 搜索:

一种用于自动发现多级图像阈值数量和阈值取值的动态规划框架 / A Dynamic Programming Framework for Discovering Count and Values of Multilevel Image Thresholding


1️⃣ 一句话总结

本文提出了一种基于动态规划和改进最小误差阈值准则(MET-DP)的新方法,能够自动从图像中确定最佳阈值数量并计算对应的阈值取值,相比传统方法在处理大量阈值时速度更快,但在图像重建质量(如SSIM和PSNR)上略逊于需要人工指定阈值数量的经典方法。

源自 arXiv: 2605.27287