-
Digital_Image_Processing_Ch04
数字图像处理,冈萨雷斯,Matlab版,第四章,输入命令,以及图像,运行时只需修改图像地址即可(Digital Image Processing, Gonzalez, Matlab, Chapter IV, enter the command, as well as images, run-time only to modify the image address to)
- 2012-07-17 12:03:57下载
- 积分:1
-
createSeed
说明: 通过用户给定的标签信息,来提取图像中的标记像素点位置,保存为种子点(Through the label information given by the user, the position of the label pixels in the image is extracted and saved as seed points.)
- 2020-06-16 01:20:02下载
- 积分:1
-
work
基于IHS的图像融合算法,用高分辨率图像替换I分量(Based on the IHS image fusion algorithm using high-resolution images to replace I-component)
- 2007-09-23 11:23:49下载
- 积分:1
-
nc_read
批量读取某一文件夹下的所有地表潜热通量数据(.NC格式),全球数据,转换为TIFF栅格格式。遥感数据批处理。(Read surface laten heat flux data (.nc) to geotiiff format.)
- 2017-08-29 09:48:49下载
- 积分:1
-
WaterMarker
一个小巧的图片水印工具,可在图片的指定位置写入文本,文本字体可调(A small picture watermark tool)
- 2012-10-10 00:08:12下载
- 积分:1
-
Hydrid_GA_ACATSP
说明: 基于遗传和蚁群混合算法的图像配准算法
需要利用matlab遗传工具箱(Based on genetic and ant colony algorithm for hybrid image registration algorithm need to use genetic toolbox matlab)
- 2008-10-17 23:31:05下载
- 积分:1
-
图像处理程序
说明: 图像处理程序,基于K均值聚类的图像分割——灰度图像,基于中位数算法的运动目标检测(Image processing program, image segmentation based on k-means clustering -- gray image, moving target detection based on median algorithm)
- 2020-06-20 14:00:02下载
- 积分:1
-
Moving-target-detection
运动目标检测的一些程序,包括帧差法、三帧差分法和混合高斯模型(Moving target detection procedures, including frame difference method, three difference method and Gaussian mixture model)
- 2012-12-15 16:26:38下载
- 积分:1
-
source
使用PCL库进行点云投影,朱德海《点云库PCL学习教程》第二章示例代码(Example code for Lidar cloud data projection)
- 2015-01-16 17:41:25下载
- 积分: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