-
大律阈值
采用大津阈值法检测车道线,效果还可以,有需要的可以看看(Using the Dajin threshold method to detect the lane line, the effect is still good, you can see if you need it.)
- 2019-03-27 21:08:43下载
- 积分:1
-
Digital-Image-Processing
这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
- 2014-01-13 19:09:57下载
- 积分:1
-
石鑫华视觉网-中科院自动化所 计算机视觉课件
说明: labview基础视觉识别的东西,讲的很细(The basic visual recognition course of LabVIEW is very detailed.)
- 2020-06-20 22:00:01下载
- 积分:1
-
UKF
说明: 研究生期间做的unscented kalman 滤波程序,带测试例子,vc6编译(Graduate students during the unscented kalman filtering process, with the test example, vc6 compiler)
- 2021-04-27 11:58:44下载
- 积分:1
-
biancheng
实现图像自动拼接和匹配,是毕业设计的作品,看看一定会对你有所帮助的!(Automatic image stitching and matching to achieve is a graduate design work, will you take a look at some helpful!)
- 2009-12-08 21:12:39下载
- 积分:1
-
TextAnalysis
图像的纹理分析应用实例,主要可用于模式识别当中(image texture analysis application, which can be used for pattern recognition)
- 2007-04-21 17:13:24下载
- 积分:1
-
图像信噪比
说明: 通过matlab,可以快速得到图像的信噪比,峰值信噪比等。里面也有一些解释(Through MATLAB, the signal-to-noise ratio and peak signal-to-noise ratio of image can be obtained quickly. There are also some explanations)
- 2020-05-19 13:58:34下载
- 积分:1
-
PCNN
pcnn 彩色图像分割中,是非常有用的一个程序!!!!!!(PCNN is applied to the color image segmentation.it is very very very very useful!)
- 2020-07-03 10:20:02下载
- 积分:1
-
winform 垂直交错效果显示图像 例子
winform 垂直交错效果显示图像 例子
- 2013-06-01下载
- 积分: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