-
trackingdemos
说明: 一个目标跟踪的代码,是个完整的历程,可以跟踪多个目标,效果还可以(A target tracking code is a complete course, can track multiple targets, the effect can also be)
- 2008-08-27 10:50:58下载
- 积分:1
-
DoG
高斯模糊是一种图像滤波器,它使用正态分布(高斯函数)计算模糊模板,并使用该模板与原图像做卷积运算,达到模糊图像的目的(Gaussian blur filter is a kind of image, it uses the normal distribution (gaussian function) to calculate fuzzy template, and use the template and the original image for convolution operation, achieve the goal of blurred image
)
- 2015-08-13 02:03:24下载
- 积分:1
-
image_to_video
可以将连续图片转换成视频文件,值得参考学习(Convert a continuous image into a video file)
- 2016-08-29 21:09:04下载
- 积分:1
-
plotgdop
代码主要用来模拟林芝机场附近一天内4个不同时间GDOP变化情况(Code is mainly used to simulate the Nyingchi Airport near four different times within a day GDOP changes)
- 2013-08-05 09:51:15下载
- 积分:1
-
biandaoxianjiance
该程序包是道路边缘和车道线检测与跟踪的matlab程序,可运行,实验效果很好(The package is the road edge and lane detection and tracking matlab program, you can run, experimental works well)
- 2012-07-12 16:46:32下载
- 积分:1
-
texton
基于基元共生矩阵的纹理特征提取。通过5个基本的方格来检测图像并生成图像的基元共生矩阵,并从矩阵中提取其纹理特征信息。(Texton occurrence matrix based texture feature extraction)
- 2021-04-09 17:39: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
-
imageprocessing
一个关于数字图像处理的PPT教程,希望对大家有所帮助(On digital image processing PPT tutorials, and they hope to help everyone)
- 2007-10-28 12:49:21下载
- 积分:1
-
GrayShow
visual c++ 工具 c语言 实现的灰度共生矩阵。(visual c++ tool c language GLCM.)
- 2013-06-02 01:34:37下载
- 积分:1
-
clean_algorithm_radar-detection
该算法可以清楚的将雷达目标检测出来,去除旁瓣遮挡效应,提高雷达目标检测的分辨率。(The algorithm can clear the radar target detection out, remove side lobe barrier effect, to improve the resolution of the radar target detection.)
- 2012-12-10 16:54:50下载
- 积分:1