-
水下图像去雾与增强
这篇论文提出了一种较好的水下图像增强的方法。首先使用经过端到端训练的卷积神经网络去测量输入图片,同时以自适应双边滤波器对传输图片进行处理。接着提出一种基于白平衡的策略来消除图片的颜色偏差,用拉普拉斯金字塔融合获得无雾和色彩校正图像的融合结果。 最后,输出图像被转换为混合小波和方向滤波器组(HWD)域,用于去噪和边缘增强。 实验结果表明,该方法可以消除颜色失真,提高水下图像的清晰度。(This paper proposes a better underwater image enhancement method. Firstly, an end-to-end training convolutional neural network is used to measure the input image, and an adaptive bilateral filter is used to process the transmitted image. Then a strategy based on white balance is proposed to eliminate the color deviation of images. The fusion results of fog-free and color correction images are obtained by Laplacian pyramid fusion. Finally, the output image is converted into hybrid wavelet and directional filter bank (HWD) domain for denoising and edge enhancement. The experimental results show that the method can eliminate color distortion and improve the clarity of underwater images.)
- 2020-11-02 14:59:54下载
- 积分:1
-
mage segmentation-IA
说明: 利用经典免疫遗传算法实现单阈值图像的分割。(Classical immune genetic algorithm is used to segment single threshold image.)
- 2019-03-18 21:00:32下载
- 积分:1
-
super-resolution
对模糊的图像进行超分辨复原,运行后可使图像比单纯的插值更加清楚(Blurred image of the super-resolution restoration, running make images more clear than the simple interpolation)
- 2010-05-09 18:15:53下载
- 积分:1
-
《雷达中的微多普勒效应》源代码
说明: 雷达中的微多普勒效应,书中的源代码,很好的实现原书中的实例操作,掌握雷达分析技术(The source code of micro Doppler effect book in radar)
- 2021-04-16 16:18:53下载
- 积分:1
-
bitmap
说明: 实现了打开一副位图,显示起像素分布的直方图(Figure shows the histogram of open spaces)
- 2011-03-26 08:28:33下载
- 积分:1
-
hough-change
这是一个简单的程序代码,主要针对hough变化(This is a simple program code, mainly for hough change)
- 2013-04-19 23:29:32下载
- 积分:1
-
cseg
MATLAB基于贝叶斯的RGB的彩色图像分割(MATLAB Based on Bayesian Color Image Segmentation in RGB)
- 2009-10-19 14:54:19下载
- 积分:1
-
RK龙格库塔计算微分方程组
使用4阶龙格库塔定理计算一阶微分方程组,方程组有3个方程(RK calculation of differential equations)
- 2018-04-13 13:01:19下载
- 积分:1
-
JPEG_DECODE
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。(The decoder class support common JPEG file format, which is currently the most JPEG files in the format and the main characteristics of this format is data for 8-bit precision, using Huffman coding DCT common frame (does not support extended serial and progressive model and arithmetic coding). The decoder of the IDCT algorithm uses three modes, respectively, floating-point decoding, fixed-point integer decoding and fixed-point integer MMX optimization, you can choose according to the specific circumstances.)
- 2021-04-29 14:38:42下载
- 积分:1
-
threshold
说明: python语言,三种阈值分割方式,简单阈值分割,自适应阈值分割,OTsu分割方式(Python language, three methods of image segmentation , simple threshold segmentation, adaptive threshold segmentation, OTsu segmentation)
- 2019-04-06 16:08:23下载
- 积分:1