搜索资源列表
200551517426
- 此源码为vc++实现的小波算法,可以对图像进行三次小波变换-this source of vc realization of wavelet algorithm, the image of three wavelet transform
BGAandDWT
- 基于遗传算法和小波变换的图像去噪处理-Based on genetic algorithms and image denoising wavelet transform to deal with. . . . .
work
- 基于遗传算法和bp网络的简单人脸识别,只能识别三种表情。图像经过简单的小波变换处理-Bp networks based on genetic algorithm and a simple face recognition, could only identify three kinds of expressions. After a simple wavelet transform image processing
APyramid
- 基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 gr
2DLDAwiththeSVM-basedfacerecognitionalgorithm
- 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
linear-convolution-code
- 用C++语言编写的线性卷积代码。可用于小波变换及其它图像应用。-The linear convolution code written C++ language. Can be used for the wavelet transform and other image applications.
WaveletClassLib
- 一个多维离散小波变换类代码。这个类可以分析的多维输入信号和处理后合成它。输入信号可以是一维信号(例如一个波),二维信号(如图像)或多维信号。 - a class of multidimensional discrete wavelet transform. This class can analyze the multidimensional input signal and synthesize it after process. The input signal can be
pai_ha24
- 粒子图像分割及匹配均为自行编制的子例程,使用拉亚普诺夫指数的公式,基于小波变换的数字水印算法matlab代码。- Particle image segmentation and matching subroutines themselves are prepared, Raya Punuo Fu index using the formula, Based on wavelet transform digital watermarking algorithm matlab code.
FBAINT
- 人工智能中,经典的基于小波变换的图像处理和图像去噪的解决办法,可下载后观摩使用()