-
DCT
该函数用来实现快速离散余弦变换。该函数利用2N点的快速付立叶变换来实现离散余弦变换(This function is used to implement fast discrete cosine transform. 2N points of the function using the fast Fourier transform to achieve the discrete cosine transform)
- 2010-11-15 09:53:27下载
- 积分:1
-
stero
立体匹配,包括计算基本矩阵,极线校正,和SSD计算匹配点(Matching, including the calculation of fundamental matrix, epipolar correction, and SSD calculation of matching points)
- 2011-06-01 21:19:54下载
- 积分:1
-
Dual_DC_DC
自己做的双向dc/dc,双环控制,跟踪的不错(DUAL DC/DC Voltage and current loop)
- 2021-04-25 13:18:46下载
- 积分:1
-
day_file_to_xun
由遥感图像的日数据生成旬数据,一是输出旬数据总和,二是输出旬数据平均值(From the date of remote sensing image data generated late data, the sum of ten days one output data, the second is the average of the output data late)
- 2016-05-16 11:15:23下载
- 积分:1
-
BDStracking
北斗二代接收机中的跟踪程序,模块有载波环(二阶FLL,三阶PLL),FLL辅助PLL,码环是用二阶DLL,再用载波环辅助码环(Compass II receiver tracking program, module carrier ring (second-order FLL, the third-order PLL), FLL auxiliary PLL, code ring is by Second DLL, then the carrier ring auxiliary code ring)
- 2021-05-16 10:30:01下载
- 积分:1
-
石川公式MATLAB
说明: 利用石川啮合公式编写的程序,适用范围较广,好用,推荐(The program compiled by Ishikawa meshing formula is easy to use and recommended)
- 2020-11-09 16:29:46下载
- 积分:1
-
suanzi
用所写算子进行边缘检测,对matlab自身图片进行分析,其中的suanzi.m是自定义的边缘检测算子(operator with written for edge detection, right Matlab own photo analysis suanzi.m which is the definition of edge detection operator)
- 2007-05-24 09:08:56下载
- 积分:1
-
fina_deconvolution_code
在计算机视觉领域一种非盲去模糊的方法代码(A non-blind deblurring method code in the field of computer vision)
- 2020-06-23 22:40:01下载
- 积分:1
-
Labview
说明: 基于小波分析的故障检测的matlab程序 已经使用过 可放心使用(Matlab program of fault detection based on wavelet analysis has been used safely)
- 2020-02-03 10:22:37下载
- 积分: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