-
DCT_JPEG
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)
- 2011-05-16 17:00:59下载
- 积分:1
-
Harris
著名的角点提取算子Harris算子
非常牛!(Well-known corner extraction operator operator very cattle Harris!)
- 2008-03-23 12:30:32下载
- 积分:1
-
Image deblurring
说明: 用Lucy-Richardson算法和约束最小二乘滤波实现了图像去模糊(Image deblurring with LR algorithm and CLS filtering)
- 2020-07-14 09:52:00下载
- 积分:1
-
GMM
建立了混合高斯模型,可以对静止背景下运动目标进行检测。(Gaussian mixture model is established, you can still detect moving target in the background.)
- 2010-11-03 10:27:06下载
- 积分:1
-
CT256
该上传的256张CT图片是高质量的DICOME格式人类头骨的连续序列切片图,可直接用于医学三维重建或体绘制。(The upload of 256 CT images are of high quality DICOME form a continuous sequence of the human skull slice diagram can be directly used in medical 3D reconstruction or volume rendering.)
- 2010-03-06 18:50:45下载
- 积分:1
-
2
说明: <基于Matlab的数字图像相关法的程序实现>
数字图像相关法是对全场位移和应变进行分析的一种新的实验力学方法。图像处理是其核心之一。本文探讨了根据相关技术寻
求位移场的基本原理,并编制了基于Matlab的数字图像相关法程序。程序验证结果表明本程序处理速度快,精度高,可以满足基于相关技
术的图像处理的要求。(err)
- 2008-09-09 11:35:24下载
- 积分:1
-
imnoise2
使用规定分布生成空间随机噪声,可以选择噪声类型和参数。(Using the prescribed distribution to generate spatial random noise, we can choose noise types and parameters.)
- 2018-04-16 10:13:34下载
- 积分:1
-
20110802
自适应直方图均衡算法,对彩色图像的处理,有很好的效果。尤其是针对医学图像,内窥镜图像。(Adaptive histogram equalization algorithm for color image processing, have a good effect. Especially for medical images, endoscopic images.)
- 2011-08-02 15:29:45下载
- 积分:1
-
opencv图像处理算法(softskin.cpp)
opencv图像处理算法
- 2020-12-01下载
- 积分:1
-
templateMatcher
图像匹配,在一副图象中搜寻子图像,寻找特征点(Image matching, in a sub-image search images to find the feature points)
- 2008-05-30 08:29:18下载
- 积分:1