-
试验夹
说明: 可以通过光流法来检测运动的目标,具有很好的效果,适合新手了解(It can detect moving target by optical flow method, and can detect moving target by optical flow method, which has good effect and is suitable for novice to understand)
- 2020-07-24 15:33:46下载
- 积分:1
-
MFC4pic
说明: 在MFC中显示各种格式的图片,jpg.png(Display pictures in various formats in MFC, jpg.png)
- 2020-09-02 21:58:16下载
- 积分:1
-
DTCWT
dtcwt 双树复小波的matlab工具箱,(dtcwt dual tree complex wavelet Matlab toolbox,)
- 2021-04-07 17:39:01下载
- 积分:1
-
minboundrect
使用matlab代码求出不规则区域所对应的最小外接矩形(find the smallest rectantangle of unregular region with matlab)
- 2011-06-29 13:01:36下载
- 积分:1
-
sm-bi-sy
final year project related thing.
- 2014-04-15 00:56:54下载
- 积分:1
-
ssr
单尺度Retinex算法,ssr算法,matlab程序(Single scale Retinex algorithm, SSR algorithm, matlab program)
- 2021-01-26 22:38:41下载
- 积分:1
-
Texture
说明: 用灰度共生矩阵对共生矩阵归一化和计算能量、熵、惯性矩、相关4个纹理参数。(On the symbiosis with the GLCM matrix normalization and calculation of energy, entropy, moment of inertia, related to four texture parameters.)
- 2010-04-23 16:29:15下载
- 积分:1
-
点云压缩
分割点云,并通过局部拟合求取法向量,实现点云压缩(Split point cloud, and through local fitting strike normal vector of point cloud compression)
- 2020-06-30 09:00:01下载
- 积分:1
-
BeyondtheKalmanFilterParticlefiltersfortrackingapp
一篇介绍粒子滤波的资料,介绍的很详细,适合研究粒子滤波的初学者,希望对大家有帮助(Introduce a particle filter information on the very detailed study of particle filter is suitable for beginners)
- 2021-03-11 14:19: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