-
5
说明: python实现双目立体匹配SGBM算法(SGBM algorithm for binocular stereo matching based on Python)
- 2020-06-24 05:20:02下载
- 积分:1
-
jiaodianjiance
用matlab编写的harris角点检测与匹配程序,适用于matlab图像处理与编程(Matlab prepared with harris corner detection and matching procedures, applicable to matlab image processing and programming)
- 2008-04-14 10:37:06下载
- 积分:1
-
analysefusion
遥感图像融合,通过多个指标对融合图像进行评价,比较优劣。(remote sensing image fusion, through the integration of a number of indicators to evaluate images, and compared them.)
- 2006-08-31 15:41:20下载
- 积分:1
-
FuzzyAGV
用C charp编写的图像滤镜效果,包括源代码。(Image filter effects)
- 2014-01-03 09:05:00下载
- 积分: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
-
main
说明: 使用matlab对交通标志进行定位,用MATLAB强大的计算功能和各种功能齐全的函数,图像工具箱来进行道路交通标志的识别(Using MATLAB to locate traffic signs)
- 2019-03-18 14:59:14下载
- 积分:1
-
LBP-master
说明: 获取图像的LBP特征:对图像的原始LBP模式、等价LBP模式、旋转不变LBP模式,以及等价旋转不变LBP模式的LBP特征进行提取以及显示(Obtaining LBP features of images: extracting and displaying the original LBP pattern, equivalent LBP pattern, rotation invariant LBP pattern and equivalent rotation invariant LBP pattern of images)
- 2019-04-08 19:36:12下载
- 积分:1
-
huiduzhifang
按照C语言程序实现对128x128像素点、256灰度等级灰度图像的灰度直方图显示(In accordance with the C language program to 128x128 pixels, 256 gray scale histogram display grayscale images)
- 2014-06-20 23:30:42下载
- 积分:1
-
bi_balance
几种图像增强的方法,有双直方图均衡,函数均衡等几种方法(several image enhancement methods, a double histogram equalization, function balance methods)
- 2007-05-23 15:13:07下载
- 积分:1
-
whmt1
基于小波域的隐马尔可夫树模型的图像去噪方法的实现代码。(Based on the Wavelet Domain Hidden Markov Tree Model Image Denoising realize the code.)
- 2008-07-24 09:15:59下载
- 积分:1