资源列表
MATLAB遗传算法工具箱及应用
- 如何使用matlab中程序工具箱,进行对各散点的matlab图像进行最佳路径规划。(How to use matlab program toolbox to carry out the best path planning for matlab images of scattered points.)
新建文件夹
- 利用MATLAB对图像进行光滑处理,去除伪特征点(how to use matlab to smooth the edge of a picture)
数字图像处理标准测试图
- 一些常见的图像处理方面的图像(尺寸不一)(Some common image processing aspects (different sizes))
ImageDispose
- 用Matlab实现的基于低通和高通滤波器的两张图片(可增加图片数量)的合成,代码有详细注释,可供快速入门、修改(Synthesis of two images based on lowpass and high pass filters)
sift点特征提取
- 利用sift算子进行点特征提取,并进行影像匹配(Sift operator is used to extract point features and image matching.)
ImageToolLib
- 一个图像处理库和一些底层实现,主要是一系列分割算法(An image processing library and some underlying implementation)
最近邻分类器LBP
- 局部二值模式LBP+KNN分类方法人脸识别源代码,,内涵数据库,可运行(Local two value pattern LBP+KNN classification method, face recognition source code, connotation database, can be run)
Gabor Matlab
- 基于Gbor小波的人脸识别程序 识别率高 毕业设计使用 人脸识别系统(Face recognition program based on Gbor wavelet Face recognition system with high recognition rate and high graduation design)
opencv249
- opencv2读取摄像头并显示,测试程序(Opencv2 reads the camera and displays the test program)
matlab图像处理代码
- 图像处理,进行膨胀腐蚀处理,对图像进行优化,达到最佳(image process,we propose a new particle lter based on sequential importance sampling.)
PCA
- PCA_进行indian_pines数据集合分类。((use PCA to classify the indian_pines data with train and test data in the rar))
Untitled2
- BP神经网络基本原理概述:这种网络模型利用误差反向传播训练算法模型,能够很好地解决多层网络中隐含层神经元连接权值系数的学习问题,它的特点是信号前向传播、误差反向传播,简称BP(Back Propagation)神经网络。BP学习算法的基本原理是梯度最快下降法,即通过调整权值使网络总误差最小,在信号前向传播阶段,输入信号经输入层处理再经隐含层处理最后传向输出层处理;在误差反向传播阶段,将输出层输出的信号值与期望输出信号值比较得到误差,若误差较大则把误差信号传回隐含层直至输入层,在各层神经元中使用