V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
mushuiyu
V2EX  ›  Python

关于 Python 中滤波的问题

  •  
  •   mushuiyu · 2019-04-29 15:26:54 +08:00 · 1168 次点击
    这是一个创建于 1816 天前的主题,其中的信息可能已经有所发展或是发生改变。
    在 python-opencv 中使用引导滤波 def guideFilter(I, p, winSize, eps),其中 I 是引导图像,p 为输出图像,winSize 为滤波窗口,eps 参数是控制平滑时边缘清晰度的定值。我想通过将 eps 变成一个随着滤波窗口 winSize 变化而不断变化的变量,从而实现加权滤波。函数里面其他参数的窗口移动用的是 cv2.blur 函数,我想问一下有没有大佬知道 cv2.blur 的窗口滤波机制是怎么样的,或者说他的 python 码源是什么,我在网上找了一下没找到。
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5096 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 05:42 · PVG 13:42 · LAX 22:42 · JFK 01:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.