-
对图像进行除雾处理
说明: 基于matlab 的图像除雾算法。可以很大程度去除雾霾对图像的影响。(Image Defogging Algorithm Based on matlab. The influence of smog on images can be removed to a great extent.)
- 2020-03-26 13:53:02下载
- 积分:1
-
kmeans-image-segmentation
多类 kmeans 图像分割,基于灰度的图像分割。(Kmeans image segmentation, segmentation based on gray-scale images.)
- 2013-04-30 04:19:34下载
- 积分:1
-
mxTV
通过一阶重建方法实现总变差的图像算法源码,希望对学习超分辨率的朋友有所帮助。
(Algorithms and software for total variation image reconstruction via first-order methods)
- 2013-03-07 10:28:56下载
- 积分:1
-
unsharp_mask
非锐化掩膜,用于DR图像的对比度增强算法,这只是一个简单的算法过程,(unsharp masks)
- 2009-11-01 20:12:14下载
- 积分:1
-
apf-
关于自适应粒子滤波,我觉得很好用,贝叶斯滤波适合非线性和非高斯环境,在粒子滤波基础上 又加改进(About adaptive particle filter, I feel very good, a bayesian filter for nonlinear and non-gaussian environment, particle filter in again on the foundation and improvement)
- 2011-12-07 10:26:00下载
- 积分:1
-
ROC--AUC
数字图像处理中对分类器优劣的判定常用的ROC/ACU源码。希望对你有用。(The ROC/ACU source code commonly used in the determination of the quality of the classifier in digital image processing. I hope useful to you.)
- 2017-04-12 10:36:41下载
- 积分:1
-
duochidushang
说明: 提出了一种基于数学形态学的多尺度熵权边缘检测方法。信息熵为图像的内在特性,由它来决定不同结构元
素所提取的边缘在最终合成边缘中所占的比重,是自适应的和客观的(A multi-scale based on mathematical morphology edge detection method of entropy. Information entropy inherent characteristics of the image, from which different structural elements to determine the edge of the extracted edge in the final synthesis of proportion, is adaptive and objective)
- 2010-04-19 18:19:25下载
- 积分:1
-
Latex模板
清华大学出版社的专著latex模板,用的cctbook文档类,可能有点旧。(Tsinghua University press monograph latex templates)
- 2021-03-04 20:09:32下载
- 积分:1
-
JPEGCompression
编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
Single-slit-diffraction
模拟单缝衍射实验,可任意给定单缝的长和宽,得出单缝衍射模拟图像、光量等高线分布图、单缝衍射3D模拟图;另外附带一个关闭全屏的小程序。(Simulation of single-slit diffraction experiment, sewn to order any length and width, draw single-slit diffraction analog image, the amount of light contour maps, 3D modeling diagram single slit diffraction addition Close Full Screen comes with a small program.)
- 2012-08-22 16:11:39下载
- 积分:1