资源列表
模式识别及MATLAB实现源代码
- 模式识别及matlab实现 源代码 杨杰编(the source code of PATTERN RECOGNITION)
Matlab贝叶斯抠图 Bayesian Matting
- Bayesian Matting 2001 IEEE 个人稍作修改 附带测试图片 Matlab 2018Rb 亲测可用
人脸图像特征提取与对比
- NMF、PCA-人脸图像特征抽取与对比,图像识别,主成分分析(Face image feature extraction and comparison, image recognition, principal component analysis)
Approximate low-rank projection1
- 在文中,提出来一个基于低秩的特征提取方法(Feature extraction plays a significant role in pattern recognition. Recently, many representation-based feature extraction methods have been proposed and achieved successes in many applications. As an excellent unsupervised featu
OpenCSG-1.4.2
- OpenCSG-1.4.2源码及例子。。。。。。。。。。。。。。。。。。。。。(Opencsg-1.4.2 source code and examples)
glfw-3.3
- glfw-3.3.zip,openGL 学习必须品,解压即可使用(Glfw-3.3.zip, a must for OpenGL learning, can be used after decompression)
RTD2523 OSD Tool
- 用于rtd2660方案OSD内字体生成,可以做开机LOGO,无信号界面等(It is used for font generation in OSD of rtd2660 scheme, and can be used for power on logo, signal free interface, etc)
9大流域片
- 中国九大流域分区shp文件,可在Arcgis上操作(Shp files of nine river basins in China, which can be operated on ArcGIS)
人脸识别_Demo_SDK
- 1. 人脸检测的高正确率,误检,漏检很少,支持多脸(max=32)。 平面旋转高达 60 度,并带鼻,嘴定位,及眼镜判断等功能。 2. 支持双目(双摄像头)/多目的 3D 维度识别,增加了人脸的特征集,再次提高识别精度,并有效防止照片通过。 3. 人脸识别的高精度,向用户推荐的识别阀值不仅能适应光线环境的变化,具备满足实际应用的识别正确率。带 眼镜或头发挡住眉毛都行。(但黑粗边眼镜的识别率相对低些,即在较好的识别环境下,黑粗边眼镜仍是 OK 的,只要看得清眼球,就对识别率没有任何影响) 4. 在
图像拼接技术
- 基于sift的特征点提取,然后用ransac精匹配,最后实现两幅图的拼接(Feature point extraction based on sift, then ransac fine matching, and finally the stitching of the two images)
声发射数据处理matlab
- 本程序为傅里叶变换,给定初始时域波形,可得到对应频域波形。可出图(The program is Fourier transform. Given the initial time-domain waveform, the corresponding frequency-domain waveform can be obtained. Drawing out)
基于opencv的汽车尾部边缘提取
- 本代码是Opencv完成《数字图像处理》P468 页例 10.10 的编程实验,编程语言为Matlab。