资源列表
人脸识别Matlab算法
- 通过对图像进行二值化处理进行边缘检测,得到的人脸的轮廓,经过一系列处理对人脸区域进行检测并用框标示出来
基于PCA的人脸识别
- 使用PCA算法对人脸图像进行处理,使用adaboost算法训练分类器,对训练集中的20个人每人五张照片进行训练,对测试集中的同样多的照片进行识别,可以得到很高的识别率
人脸识别 MATLAB代码
- 使用pca方法对图像进行特征提取,对训练集的20个人的共一百张人脸进行训练,使用adaboost算法生成强分类器,可以对测试集的人脸图片进行识别,且识别率较高(The PCA method is used to extract the features of the image, and the training is carried out for a total of 100 faces of 20 people in the training set. The AdaBoost algor
精易皮肤模块
- 用于易语言编写的皮肤模块源码 本次更新发布的精易皮肤模块v3.0共计收录100+皮肤(转载)
Zernike矩图像重建
- 基于Zernike矩对图像进行重建,以matlab编写
基于WPF的C#画图程序
- WPF画图程序,提供简单的绘制及保存c#······················(WPF drawing program, provides simple drawing and saving c # ...)
python读取图片光谱
- 利用python中envi接口读取图片光谱矩阵 简介有效快速
spectral drawing
- MATLAB光谱图绘制,能够画出可见光波长下的光谱图(Matlab spectrum drawing, can draw the spectrum under the visible light wavelength)
J-ICE-2.2.0
- J-ICE: The 1st online viewer for Crystallographic and Electronic properties. It allows users to visualize, build and manipulate complex input or output results (derived from modelling) entirely via a web server, i.e., without the burden of installing
FBP算法
- CT滤波反投影图像重建算法的反投影计算量问题
中国矢量地图
- 从OpenStreetMap上拓印的中国矢量地图数据,详细内容参见https://www.cnblogs.com/ATtuing/p/9085312.html文章,本资源也是此文章作者提供。
Retinex by Two Bilateral Filters源码及论文
- Michael Elad的论文Retinex by Two Bilateral Filters ,包含源码、实例、论文、PPT讲解以及图像资源。