xkaneiki's blog

  • Home

  • Tags

  • Categories

  • Archives

Dehaze(去雾算法)

Posted on 2019-04-15 | Edited on 2020-11-05 | In 图像处理

去雾算法的python实现# 图像去雾import cv2import numpy as npfrom scipy.ndimage.filters import convolvedef togray(src): img = np.array(src, np.float) res = (i ...

Read more »

Hello World

Posted on 2019-04-15 | Edited on 2020-01-24

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...

Read more »
123

xkaneiki

22 posts
3 categories
14 tags
Links
  • LYYL
  • N1K0_
  • A1ex
© 2021 xkaneiki
Powered by Hexo v3.9.0
|
Theme – NexT.Muse v7.1.0