资源列表
INface_tool
- 可用于图片的预处理,去除光照、噪音等影响(used for pre-processing pictures, removing the effect of light, noise, etc.)
颜色识别 - 图像(普通轮廓)
- 基于opencv的简单颜色识别,载入图像进行识别,可识别出图像中的红色物体并画出物体轮廓(Opencv based simple color recognition, loading image recognition, can identify the red object in the image and draw the outline of the object.)
chengxu
- 用于高光谱图像处理的matlab程序,包括图像融合,降维和图像的极大似然分类程序(Matlab program for hyperspectral image processing, including image fusion, dimension reduction, and maximum likelihood classification of images)
AtmCor
- 本代码基于IDL语言开发,以我国环境一号(HJ-1)卫星影像为例,实现了HJ-1 CCD影像的大气校正。压缩包中包括了HJ-1 CCD影像的定标系数(可以根据资源卫星应用中心发布的最新系数进行替换)和查找表。供遥感初学者参考(This code is developed based on IDL language, taking the environmental satellite I (HJ-1) satellite image as an example to realize the at
Untitled2
- BP神经网络基本原理概述:这种网络模型利用误差反向传播训练算法模型,能够很好地解决多层网络中隐含层神经元连接权值系数的学习问题,它的特点是信号前向传播、误差反向传播,简称BP(Back Propagation)神经网络。BP学习算法的基本原理是梯度最快下降法,即通过调整权值使网络总误差最小,在信号前向传播阶段,输入信号经输入层处理再经隐含层处理最后传向输出层处理;在误差反向传播阶段,将输出层输出的信号值与期望输出信号值比较得到误差,若误差较大则把误差信号传回隐含层直至输入层,在各层神经元中使用
PCA
- PCA_进行indian_pines数据集合分类。((use PCA to classify the indian_pines data with train and test data in the rar))
matlab图像处理代码
- 图像处理,进行膨胀腐蚀处理,对图像进行优化,达到最佳(image process,we propose a new particle lter based on sequential importance sampling.)
opencv249
- opencv2读取摄像头并显示,测试程序(Opencv2 reads the camera and displays the test program)
Gabor Matlab
- 基于Gbor小波的人脸识别程序 识别率高 毕业设计使用 人脸识别系统(Face recognition program based on Gbor wavelet Face recognition system with high recognition rate and high graduation design)
最近邻分类器LBP
- 局部二值模式LBP+KNN分类方法人脸识别源代码,,内涵数据库,可运行(Local two value pattern LBP+KNN classification method, face recognition source code, connotation database, can be run)
ImageToolLib
- 一个图像处理库和一些底层实现,主要是一系列分割算法(An image processing library and some underlying implementation)
sift点特征提取
- 利用sift算子进行点特征提取,并进行影像匹配(Sift operator is used to extract point features and image matching.)