Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 245 Bytes

File metadata and controls

17 lines (9 loc) · 245 Bytes

ImageProcess

主要记录一些自己总结的常见图像处理方法

1.动态阈值分割

2.区域灰度差变换

3.查找曲线

4.漫水填充算法

5.gamma变换

6.基于灰度的模板匹配(金字塔加速)

7.分水岭算法