Skip to content

Commit 12f6920

Browse files
committed
Add PS模糊滤镜之波浪特效.cpp
1 parent 9ff7f2a commit 12f6920

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Binary file not shown.

PhotoShop Algorithm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
- PS图像素描算法.cpp 原理就是图像去色后转置,然后接高斯滤波,最后对去色的图和模糊的图进行图层混合。
3535
- PS模糊滤镜之表面模糊算法.cpp 其作用是在保留图像边缘的情况下,对图像的表面进行模糊处理,效果比双边滤波好。
3636
- PS模糊滤镜之水波效果算法.cpp 这个算法原理不清楚,最先出处是这个博客:https://blog.csdn.net/matrix_space/article/details/42396829 。但他也没说明原理,还需研究下。
37+
- PS模糊滤镜之波浪特效.cpp 和水波效果一样,使用坐标变换实现。
3738

0 commit comments

Comments
 (0)