-
img_resample
IDL中的批量重采样,可以省很多时间,根据自己的需求,采样成不同分辨率的图像。(IDL in batch resampling, you can save a lot of time, according to their needs, a different sampling resolution images.)
- 2020-10-14 15:27:30下载
- 积分:1
-
PC_grid
通过点云数据的格网化,建立格网分块索引,这是一种有效的点云数据存储方式。(
Through the point cloud data grid , the establishment of a grid block index, which is a valid point cloud data storage.
)
- 2014-02-20 10:55:46下载
- 积分:1
-
snapshot
说明: 这是基于matlab的一个视频控制程序,他可以一次控制10个摄像头,并可将其拍照的程序进行保存(This is a video based on matlab control program, he could control the camera 10, and the procedure to save the pictures)
- 2011-04-05 09:58:12下载
- 积分:1
-
im_dilate
实现函数imdilate的膨胀效果,自己编写的matlab函数实现。(Imdilate realize the expansion of function effect, I have written matlab function.)
- 2007-07-23 16:49:37下载
- 积分:1
-
拼接
这个例子展示了如何使用proj_match_points_transformtion_ransac在拼接应用程序中观察两个图像。(This example shows how to use proj_match_points_distortion_ransac tomatch two images in a mosaicking application.)
- 2020-06-22 12:00:01下载
- 积分:1
-
BMPprossing
C处理BMP图像程序,有点缺陷,请大家指出。共同进步(C procedures for handling BMP image, a little flaw, please point out. Common progress)
- 2009-10-22 13:45:36下载
- 积分:1
-
Otsu
包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,(Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers)
- 2011-10-24 16:51:12下载
- 积分: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
-
10165101220 于文梦
解决一些图像处理的小问题,具体的划分和问题,文件里有提到(Solve some small problems in image processing)
- 2018-12-30 20:33:10下载
- 积分:1
-
KMeansBMPSeg
模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序(One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clustering procedure)
- 2010-05-22 13:33:13下载
- 积分:1