-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
VC
说明: 关于VC++和Matlab混合编程的一本PDF格式的书籍。(On the VC++ and Matlab programming mixed a PDF format of the book.)
- 2009-04-18 17:53:33下载
- 积分:1
-
imgkmeans
将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用(The K means algorithm for image segmentation, the input is a color image, convert to grayscale image segmentation, the output of grayscale images. The use of gray as the characteristics of each pixel clustering, due to light and other reasons, and sometimes should belong to an object pixel, its gray value will also be very different, may lead to clustering of the pixel error has occurred. in the segmentation results, the surface, there would be different from other pixel noise points, so , the algorithm Finally, the results of a median filter to eliminate noise, to the role of smoothing the image)
- 2009-12-08 19:10:15下载
- 积分:1
-
LaubARE_SchurMethod.pdf
这是一个里卡迪方程的简易对角线解法,有一定的现实意义,可以在matlab的计算里减少很大的计算量。十分好用(This is a simple solution Ricadi diagonal equation, there are certain practical significance, can reduce a large amount of computation in the calculation in matlab. Very easy to use)
- 2014-08-08 22:17:09下载
- 积分:1
-
code
Gabor wavelet Image retrieval
- 2014-09-16 18:47:32下载
- 积分:1
-
quaternion
simple code for rotating spinor in the bloch sphere . Not that great . Used quaternion to do the job.
- 2014-09-23 07:02:42下载
- 积分:1
-
paritycheckcode1
奇偶校验码的编码译码,可选择奇校验或者偶校验,多维度,人为选择行列式大小。(Parity check code coding decoding, can choose odd parity or parity, multidimensional, selective determinant size.)
- 2015-04-15 10:57:11下载
- 积分:1
-
7752
毕设内容,高光谱图像基本处理,使用matlab实现智能预测控制算法,包括最小二乘法、SVM、神经网络、1_k近邻法。( Complete set content, basic hyperspectral image processing, Use matlab intelligent predictive control algorithm, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.)
- 2017-05-15 20:38:53下载
- 积分:1
-
pcnn
在MATLAB上编写的PCNN去除噪声的程序(Prepared in MATLAB on PCNN noise removal procedure)
- 2009-03-24 20:48:35下载
- 积分:1
-
kalman
Face Tracking in matlab
- 2009-07-12 01:48:50下载
- 积分:1