搜索资源列表
用sa进行光谱图像的特征提取的matlab程序
- 用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
人脸识别中特征提取的一种改进方法20090402发表
- 人脸识别中特征提取的一种改进方法,中国图形图像网.20090402发表
图像分割和特征提取小例程
- 这是关于图像分割和特征提取的一个小例证,需要的可以看看啊,还行!
SIFT_VC opencv下的图像sift特征提取以及匹配跟踪识别
- opencv下的图像sift特征提取以及匹配跟踪识别-opencv image under sift recognition feature extraction and matching track
SURF-V1.0.9-WinDLL.基于SURF特征点的图像配准代码
- 基于SURF特征点的图像配准代码,可实现两幅图的特征提取及匹配,SURF feature points based on image registration code
wenlichengxu
- 用matlab编写的用于提取图像纹理特征提取
gaborfiltercode
- gabor滤波器的matlab代码,用于在不同方位不同尺度下的图像纹理特征提取。-the code of Gabor filter,using for texture features extract under multi-orient and multi-scale.
fun_pcnn
- 基于PCNN的特征提取,PCNN用于特征提取时,具体平移、旋转、尺度、扭曲等不变性,这正是许多年来基于内容的图像检索系统追求的目标,同时PCNN用于特征提取时,有很好的抗噪性。而且PCNN直接来自于哺乳动物视觉皮层神经的研究,具有提取图像形状,纹理,边缘的属性。用PCNN能很好地对图像进行签名,将二维的图像的特征提取成一维矢量签名。-Feature extraction of specified object is an important preprocessing stage in ma
BEMD_code
- 一个比较经典的二维经验模式分解程序代码,适用于图像的特征提取和分解-A more classic two-dimensional empirical mode decomposition procedure code, applied to image feature extraction and decomposition
fenxingweishu
- 计算分形维数的程序。此程序用于图像的特征提取。可用来进行目标判决。将测量数据集看作分形数据集,利用分形维数的大小来表示数据集的不规则性。-Fractal dimension calculation procedures. This procedure for image feature extraction. Can be used to target judgments. Measurement data set will be regarded as fractal data sets, t
ImagePro1(1)
- 程序实现了bmp图片的读取,并能用各种经典的算发实现图像的特征提取,图像插值等处理 -Procedures to achieve a bmp image to read and use a variety of classic balance-fat image feature extraction, image interpolation, such as treatment
Tamuratexture
- 图像纹理特征提取,是图像处理中一另一个非常重要的底层特征,matlab实现-Image texture feature extraction, image processing are very important to one another underlying characteristics, matlab implementation
lxxx
- 图像的特征提取程序,包括图像的重心,直方图,一阶矩等-Image feature extraction procedures, including the focus of the image, histogram, such as first-order moment
imange
- 图像分析程序,他有效地实现了对输入图像的特征提取,并用MATLAB实现,它包括图像-Image analysis process, he effectively to achieve the input image feature extraction, and use MATLAB to achieve, which includes the image
DCT
- 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
特征提取
- 指纹图像处理中的特征提取部分,介绍了算法,给出思路(Fingerprint image processing in the feature extraction part, introduced the algorithm, gives the train of thought)
纹理特征提取
- MATLAB实现图像纹理特征提取:自相关函数法、灰度共生矩阵、分数阶傅里叶变换。GUI界面。运行后可自定义自相关函数的x和y轴偏移,灰度共生矩阵的距离和角度,分数阶傅里叶变换的阶数。输出相应的特征图。(MATLAB realize image texture feature extraction: autocorrelation function method, gray co-occurrence matrix, fractional Fourier transform. GUI interf
matlab指纹特征提取[1]
- 实现指纹图像的细化。 实现指纹图像的特征点提取。 实现特征图像的细化去伪。 编写代码实现上述功能。(The thinning of the fingerprint image is realized. The feature point extraction of fingerprint image is realized. To realize the refinement of the feature image. Write the code to implement t
实验一 图像颜色特征提取
- 图像颜色特征提取 颜色是彩色图像最重要的内容之一,被广泛用于图像检索中。但从图像中提取颜色特征时,很多算法都先要对图像进行量化处理。量化处理容易导致误检,并且产生的图像特征维数较高,不利于检索(qqwxcszcsefxzvczfeczx)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f