-
基于pca的人脸识别系统的MATLAB程序,包括特征提取和识别。
基于pca的人脸识别系统的MATLAB程序,包括特征提取和识别。-Pca-based face recognition system, MATLAB procedures, including feature extraction and recognition.
- 2022-06-18 05:29:09下载
- 积分:1
-
OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibb...
OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
- 2022-12-21 06:30:02下载
- 积分:1
-
这个程序演示了如何通过加载不同的ICO图标文件制作鼠标动态光标效果...
这个程序演示了如何通过加载不同的ICO图标文件制作鼠标动态光标效果-this procedure demonstrated how different loading icon document production ICO mouse cursor dynamic effects
- 2022-02-03 17:41:44下载
- 积分:1
-
黄色占整个图像的比例,vc++环境,txt格式
黄色占整个图像的比例,vc++环境,txt格式-Yellow proportion of the total image
- 2022-03-20 12:23:46下载
- 积分:1
-
mfc框架 下的vega程序,试试挺好用的,修改一下就完成的自己的工程...
mfc框架 下的vega程序,试试挺好用的,修改一下就完成的自己的工程
-mfc Guerra, under the framework of the procedure, try very good use, and adapt themselves to complete the project
- 2022-08-09 17:18:00下载
- 积分:1
-
人脸识别与评价
1. 从一些流行网站上搜索各种人脸图像,建立大规模人脸美丽数据库
2. 人脸检测:对于输入的图采用 Harr+Adaboosting 算法进行人脸检测,并将人脸进行截取
3. 人脸特征提取:采用小波分解构造成多尺度空间,用分块 LBP 特征从图像中提取出人脸特征
4. 分类器训练:采用 KNN 分类器,用建立的数据库训练分类器,进行评分
5. PC 端软件实现
- 2022-04-20 04:20:02下载
- 积分:1
-
CAD中做yuanhu文字,只需放入CAD即可
CAD中做yuanhu文字,只需放入CAD即可-It‘s easy,you must put it in CAD.
- 2022-03-26 16:05:51下载
- 积分:1
-
改变图形缩放的图片框
至于切换到图片框UN尺度VB6,将轴和改变其位置应该随着毕业而在每个轴
- 2023-03-27 13:25:03下载
- 积分:1
-
This is what I recently wrote a dictionary code encoding and decoding algorithm...
这是我最近写的字典码的编码和解码算法,可以使用的-This is what I recently wrote a dictionary code encoding and decoding algorithm can be used
- 2022-03-26 17:15:14下载
- 积分:1
-
该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率<1,>1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。...
该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。-draw line
- 2022-02-03 03:12:04下载
- 积分:1