-
Gabor_matlab
matlab图像处理非常重要,Gabor小波提取特征,然后用支持向量机作分类器,可以用于掌纹,人脸,指纹识别(Gabor wavelet feature extraction, and then use the support vector machine classifier, can be used for palmprint, face, fingerprint recognition)
- 2012-11-27 14:21:38下载
- 积分:1
-
lle
实现LLE算法,本算法是改进的LLE算法,主要是针对人脸图像的。()
- 2007-07-27 09:02:49下载
- 积分:1
-
splitmerge_matlab_program
关于图像分割、区域分离和合并的matlab程序(On image segmentation, region separation and merger procedures matlab)
- 2008-12-30 14:57:31下载
- 积分:1
-
demo
一个有关边缘检测 robert sobel FFT傅里叶变换等算法的demo(a demo using VC++ that implements the algorithms of edge detection and FFT)
- 2010-05-21 14:32:48下载
- 积分:1
-
color-card
由于前台开发人员经常需要通过RGB值指定各种各样的颜色,而通过这几个图片就可以马上找到某个颜色的RGB值,从而更快地编写网页(Foreground developers often need a variety of colors through RGB values specified by these pictures can immediately find the RGB value of a color, so to write Web pages faster)
- 2013-03-04 16:28:55下载
- 积分:1
-
SELF-READING-SYSTEM
针对万工显螺旋显微镜视场图像特点,编写了Matlab 语言的图像处理算法用于万工显自动读数( The program which is developed by MATLAB language can be used for auto-reading of universal tools
microscope measurement result)
- 2011-11-21 16:26:02下载
- 积分:1
-
picture_match_matlab_sub_pixel
MATLAB实现基于互相关的亚像素级图像匹配/配准源代码,可以使用(MATLAB based on the cross-correlation of sub-pixel image matching/registration source code, you can use)
- 2013-03-04 17:10:46下载
- 积分:1
-
Face_PCA
在人脸数据库中应用PCA,以及重建误差分析(Applying PCA in human face dataset and doing analysis on reconstruction differences )
- 2020-07-15 10:18:51下载
- 积分:1
-
Otsu
包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,(Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers)
- 2011-10-24 16:51:12下载
- 积分: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