You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@
29
29
- Real-time adaptive contrast enhancement for imaging sensors.cpp C++复现了《Real-time adaptive contrast enhancement for imaging sensors》这篇论文,实时自适应局部对比度增强算法。原理请看:https://blog.csdn.net/just_sort/article/details/85208124
30
30
- AutomaticWhiteBalanceMethod.cpp C++复现了《A Novel Automatic White Balance Method For Digital Still Cameras》这篇论文,实现了效果比完美反射更好得白平衡效果。原理请看:https://blog.csdn.net/just_sort/article/details/89183909
31
31
- Automatic Color Equalization(ACE) and its Fast Implementation.cpp C++复现了IPOL《Automatic Color Equalization(ACE) and its Fast Implementation》论文,用于自动色彩均衡。原理请看:https://blog.csdn.net/just_sort/article/details/85237711
32
-
- Single Image Haze Removal Using Dark Channel Prior(Guided Filter).cpp C++复现了《Single Image Haze Removal Using Dark Channel Prior》,但使用了何博士提到导向滤波来估计透射率,比原始实现效果更好。算法原理:https://blog.csdn.net/just_sort/article/details/89470403
32
+
- Single Image Haze Removal Using Dark Channel Prior(Guided Filter).cpp C++复现了《Single Image Haze Removal Using Dark Channel Prior》论文,同时使用了何博士提到导向滤波来估计透射率,比原始实现效果更好。算法原理:https://blog.csdn.net/just_sort/article/details/89470403
0 commit comments