-
Matlab
主要是关于关于图像处理方面的matlab程序代码,有指纹方面的,图像增强方面的。(Is mainly about about matlab image processing code, there is the fingerprint area, aspects of image enhancement.)
- 2009-03-22 08:42:07下载
- 积分:1
-
L1_homotopy_v2.0
这厮压缩感知恢复算法中L1同伦优化的算法(Zhesi restore compressed sensing algorithm Homotopy algorithm optimized L1)
- 2015-04-17 11:35:39下载
- 积分:1
-
adaptive filters part2
说明: 自适应滤波器相关的matlab程序,包含LMS,RLS算法等的实现。由于太大了,所以该资源分为part1和part2两部分。此部分为part2!(matlab codes related to adaptive filters, including LMS and RLS algorithm, etc. the resource is divided to two parts (part1 + part2) cuz it is oversized.)
- 2021-03-24 15:53:19下载
- 积分:1
-
SecretariaLoira100
sequencia de imgs loira secretaria
- 2011-04-29 11:41:15下载
- 积分:1
-
MATLAB_movie
这MATLABsimulink的一些动画的基本操作,非常有趣,也会提高你对MATLAB的学习兴趣~(The basic operation of this MATLABsimulink some animation, very interesting, will improve your MATLAB interest in learning to)
- 2013-01-07 11:48:35下载
- 积分:1
-
sjwl
车牌识别中建立 bp 神经网络 建立样本(License Plate Recognition)
- 2013-10-04 13:19:13下载
- 积分:1
-
face-towards
LVQ神经网络的预测——人脸朝向识别,MATLAB的经典算法(LVQ neural network prediction- face towards the identification, MATLAB classical algorithm)
- 2013-10-20 00:01:43下载
- 积分:1
-
Desktop
in this you can serialy transmit date from computer.image is first converted to gray and then transmitted colomn by colomn
- 2013-01-01 06:12:56下载
- 积分:1
-
dscdma
DS-CDMA 通信系统的仿真,其中的信道为瑞丽衰落信道(Simulation program to realize DS-CDMA system)
- 2013-01-14 14:35:31下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1