-
image-processing
全部都是图像处理的最新文献,与激光雷达有关,利用激光与摄像头结合,实现主动驾驶(image processing)
- 2021-03-18 16:09:20下载
- 积分:1
-
jiyulunkuozuidahuxinxi
说明: 用matlab编写的基于轮廓最大互信息图像配准算法(Prepared using matlab contour based on the maximum mutual information image registration algorithm)
- 2008-10-22 22:18:19下载
- 积分:1
-
汉化包
说明: 这是HALCON自带的例程,名称全部汉化。将其中文件对应index_examples_en_US.xml替换,另外operators文件夹也替换掉。(This is the routine that comes with Halcon. All names are Chinese. Index the file_ examples_ En_ US.xml Replace. In addition, the operators folder is also replaced)
- 2021-04-27 16:28:44下载
- 积分:1
-
denoise
奇异值分解等方法对噪声进行去噪,算法简单,清晰易懂(Singular value decomposition method to noise denoising algorithm is simple, clear and easy to understand)
- 2013-01-18 10:27:41下载
- 积分:1
-
code
本算法需要两幅或多幅不同偏振角度的有雾图像,应用暗通道算法估计大气光强,最终所得的图像去雾效果较好(Fog fog removal based on polarization information)
- 2017-07-19 09:10:06下载
- 积分:1
-
rat
说明: RAT power toy (KOL)
- 2019-03-02 10:00:04下载
- 积分: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
-
DWT
MATLAB程序:利用DWT的图像数字水印的嵌入与提取,里面包含水印图像、原图像。(MATLAB programs: the use of DWT image watermarking embedding and extraction, which contains a watermark image, the original image.)
- 2021-04-17 16:38:52下载
- 积分:1
-
归档
说明: 灰度图像异或加密,函数需要输入一个要加密的图片,图片的灰阶以及一个伪随机比特流(Gray image XOR encryption, the function needs to input a picture to be encrypted, the gray scale of the picture and a pseudo-random bit stream)
- 2020-06-11 15:05:25下载
- 积分:1
-
harris
harris算子寻找角点,并实现配准。附试验材料。(harris corner operator to find and to achieve registration. Test materials attached.)
- 2008-12-18 20:56:20下载
- 积分:1