Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DWCTOD committed Mar 8, 2021
1 parent 335c447 commit 3eacddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

| 项目 | 效果展示 | 代码链接 |
| ------------------------------------------------------------ | :----------------------------------------------------------: | ------------------------------------------------------------ |
| [opencv实现一只奶凶奶凶的科技猫](https://mp.weixin.qq.com/s?__biz=MzU4NTY4Mzg1Mw==&mid=2247504535&idx=1&sn=223aec3862b8d717db76fe8ba95ee3ae&chksm=fd845475caf3dd63ee76654c99aa5bcc38b18aab117cafd4d9eb87dc9d9ed9403d8729ee0951&token=1331840361&lang=zh_CN#rd) <br> 1、Gabor滤波器的使用<br>2、对特征重新赋值<br>3、滑动条使用 | <img src='https://mmbiz.qpic.cn/mmbiz_jpg/7jnsg27ZEVFpCCTUZy8AHXuKbEzLkuqtzUCicf2ibCaWvIEKhUbqDybtfMOGdPZhNauLgXJOk5hXPlR7Rc6YKG8g/640?wx_fmt=jpeg&tp=webp&wxfrom=5&wx_lazy=1&wx_co=1' width='150'> <br>使用方法运行 main.py 即可 | |
| [opencv实现一只奶凶奶凶的科技猫](https://mp.weixin.qq.com/s?__biz=MzU4NTY4Mzg1Mw==&mid=2247504535&idx=1&sn=223aec3862b8d717db76fe8ba95ee3ae&chksm=fd845475caf3dd63ee76654c99aa5bcc38b18aab117cafd4d9eb87dc9d9ed9403d8729ee0951&token=1331840361&lang=zh_CN#rd) <br> 1、Gabor滤波器的使用<br>2、对特征重新赋值<br>3、滑动条使用 | <img src='https://mmbiz.qpic.cn/mmbiz_jpg/7jnsg27ZEVFpCCTUZy8AHXuKbEzLkuqtzUCicf2ibCaWvIEKhUbqDybtfMOGdPZhNauLgXJOk5hXPlR7Rc6YKG8g/640?wx_fmt=jpeg&tp=webp&wxfrom=5&wx_lazy=1&wx_co=1' width='150'> <br>使用方法运行 main.py 即可 | [求star](https://github.com/DWCTOD/AI_study/tree/master/%E5%90%88%E6%A0%BC%E7%9A%84CV%E5%B7%A5%E7%A8%8B%E5%B8%88/%E5%AE%9E%E6%88%98%E7%AF%87/opencv/10-gabor) |
| [复现扫描全能王APP矫正功能](https://mp.weixin.qq.com/s?__biz=MzU4NTY4Mzg1Mw==&mid=2247485094&idx=1&sn=f070ff1265b8536129974543f18e6723&chksm=fd878044caf009527382a3aa74b4cbb6315fa8799d1c3ad1e9da7fa22634121e82dedda87c01&token=1964235149&lang=zh_CN#rd)<br>1、分析 扫描全能王APP的功能和原理<br>2、通过图像处理的技术(透视变换)实现矫正<br> | <img src="./image/01.png" width='150'> <br>使用方法:运行 *几何矫正.py* 即可 | [求star](https://github.com/DWCTOD/AI_study/tree/master/%E5%90%88%E6%A0%BC%E7%9A%84CV%E5%B7%A5%E7%A8%8B%E5%B8%88/%E5%AE%9E%E6%88%98%E7%AF%87/opencv/%EF%BC%88%E4%B8%80%EF%BC%89%E5%9B%BE%E5%83%8F%E6%89%AB%E6%8F%8F%E5%8A%9F%E8%83%BD%E2%80%94%E2%80%94%E5%87%A0%E4%BD%95%E7%9F%AB%E6%AD%A3) |
| [自动识别模糊图片](https://mp.weixin.qq.com/s?__biz=MzU4NTY4Mzg1Mw==&mid=2247485111&idx=1&sn=14dea49b6734d8b0022de1f37c00b0df&chksm=fd878055caf00943c1260c41e56789976fa44308b987699b313cf56d084d37891efe32d2a2cb&token=1298394169&lang=zh_CN#rd)<br>1、分析图片模糊的原因<br>2、对图片进行拉普拉斯变换后计算方差<br>3、设置方差阈值实现对模糊图片的查找<br> | <img src="./image/02.png" width='150'> <br>使用方法:<br>python3 detect_blur.py -i images | [求star](https://github.com/DWCTOD/AI_study/tree/master/%E5%90%88%E6%A0%BC%E7%9A%84CV%E5%B7%A5%E7%A8%8B%E5%B8%88/%E5%AE%9E%E6%88%98%E7%AF%87/opencv/%EF%BC%88%E4%BA%8C%EF%BC%89%E6%A8%A1%E7%B3%8A%E5%9B%BE%E5%83%8F%E6%A3%80%E6%B5%8B) |
| [用一种魔鬼的方式打开cxk](https://mp.weixin.qq.com/s?__biz=MzU4NTY4Mzg1Mw==&mid=2247485163&idx=1&sn=e71aee122b6b3d8c83dabaa62a4a6d37&chksm=fd878009caf0091ff542f49652ab074adc86197f1eaae39a7e6bd6e209a885263a1b7193fd08&token=293788954&lang=zh_CN#rd)<br>1、实现将图片、gif和视频转为字符形式<br>2、帮助理解数字图像的本质<br> | <img src="./image/a-w.gif" width='150'><br>使用方法:python3 gif2word.py | [求star](https://github.com/DWCTOD/AI_study/tree/master/%E5%90%88%E6%A0%BC%E7%9A%84CV%E5%B7%A5%E7%A8%8B%E5%B8%88/%E5%AE%9E%E6%88%98%E7%AF%87/opencv/%EF%BC%88%E4%B8%89%EF%BC%89%E7%94%A8%E5%AD%97%E7%AC%A6%E6%96%B9%E5%BC%8F%E8%A1%A8%E7%A4%BA%E5%9B%BE%E7%89%87%EF%BC%8C%E8%BF%99%E7%A7%8D%E6%96%B9%E5%BC%8F%E7%AE%80%E7%9B%B4%E6%98%AF%E9%AD%94%E9%AC%BC) |
Expand Down

0 comments on commit 3eacddf

Please sign in to comment.