Skip to content

MirusUmbra/fuzzy-thresholding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

fuzzy-thresholding

fuzzy thresholding

基于模糊熵理论的阈值分割, 其实就是对直方图使用模糊熵理论, 直观理解就是根据同颜色多少分, 对比于otsu是使用值大小来分.
优点是理论上更符合人类的感官, 在较平滑的图像上拥有更好的表现, 缺点是运算量较大, 后续可以优化.
Based on Huang's fuzzy thresholding method

对比otsu的结果 result compare otsu: mat
fuzzy
mat
otsu mat

mat
fuzzy
mat
otsu
mat

About

fuzzy thresholding 模糊熵理论的二值化

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages