-
PHD_single_MM
用于单目标追踪的多模概率假设粒子滤波程序(MM-PHD for single target)
- 2013-05-07 11:16:39下载
- 积分:1
-
目标跟踪
通过手动框选目标区域,然后进行自动跟踪,使用的算法是Camshift,自适应均值漂移(By manually selecting the target area, then automatic tracking, using the algorithm is Camshift, adaptive mean shift)
- 2020-10-09 11:07:35下载
- 积分:1
-
insar-toolbox
这个是INSAR图像处理的matlab工具箱,里面包含了很多有用的函数,对我们非常有帮助。(This is the INSAR image processing toolbox, which contains many useful functions, very helpful to us.)
- 2020-10-22 15:17:23下载
- 积分:1
-
精通Matlab数字图像处理与识别
说明: 数字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。 [1] 数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学理论的创立和完善);三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长(Digital Image Processing (DIP) is a method and technology of removing noise, enhancing, restoring, segmenting and extracting features from images by computer. [1] The emergence and rapid development of digital image processing are mainly influenced by three factors: first, the development of computer; second, the development of mathematics (especially the establishment and improvement of discrete mathematics theory); third, the growth of the demand for extensive applications in agriculture, animal husbandry, forestry, environment, military, industry and medicine.)
- 2020-06-23 22:20:02下载
- 积分:1
-
CODE
image compression using dwt and dct
- 2012-08-01 14:29:24下载
- 积分:1
-
Halcon3code
Halcon视觉应用的三个小例子,又需要的朋友可以下载看看~~(Halcon visual application three small example, need friends can download and see ~ ~)
- 2016-12-19 14:34:39下载
- 积分:1
-
singgle_picture
说明: 基于单幅图的非均匀校正算法,包括OMP和GPSR的重构算法(Nonuniformity correction algorithm based on single image)
- 2020-04-26 14:36:44下载
- 积分:1
-
fbeqzencypreorder
用协方差方法估计AR模型参数,进而实现功率谱估计,()
- 2018-05-11 22:38:49下载
- 积分:1
-
junh
matlab下实现图像的灰度直方图绘制
以及图像的灰度均衡化处理(Matlab image histogram of the gray scale mapping and image processing gray balance)
- 2007-01-08 00:06:51下载
- 积分: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