-
数字图像处理(第二版)(冈萨雷斯)习题答案,英文的,但很好懂。迅雷上可以下到一个1.74M的答案版本,但是其实只有94页,很不全,有的题目没有答案的,这是1.9...
数字图像处理(第二版)(冈萨雷斯)习题答案,英文的,但很好懂。迅雷上可以下到一个1.74M的答案版本,但是其实只有94页,很不全,有的题目没有答案的,这是1.99M的,虽然只大了一点,但是有209页哦,所有答案都有的~~ -Digital Image Processing (Second Edition) (Gonzalez) Exercise answers, in English, but very well understood. Thunder can be the answer down to a 1.74M version, but in fact only 94, which was very full, and some subjects there is no answer, which is 1.99M, though only a little big, but there are 209 Oh, all the answers are The ~ ~
- 2022-02-27 04:34:46下载
- 积分:1
-
摄像头采集人脸并计算相似度
加载原始对比图像,并计算原始图像的直方图;
获取摄像头信息,抽取其中的帧,并计算该帧图像的直方图;
将抽取的图像的直方图与原始图像的直方图进行比较,并计算其相似度。
这个相似度就是这两上人脸的相似度了。
主要有以下几个函数构成:
/** Function Headers */
void detectAndDisplay(Mat bas_img, Mat frame, bool iscap );
//获取直方图
Mat calculateHistogram(Mat src_img);
//计算相似度
double calculateComparesion(Mat src, Mat dst);
- 2022-07-09 02:43:33下载
- 积分:1
-
本程序支持BMP图象的拉普拉斯处理
本程序支持BMP图象的拉普拉斯处理-supported the BMP image processing Laplace
- 2022-03-18 12:22:45下载
- 积分:1
-
计算区域中心及最大面积切割程序,matlab版
计算区域中心及最大面积切割程序,matlab版-Calculation of regional centers and the largest area of cutting process, matlab version
- 2022-04-12 22:23:49下载
- 积分:1
-
计算机图形学裁剪算法,包括梁友栋算法和Cohen
计算机图形学裁剪算法,包括梁友栋算法和Cohen-Sutherland算法-Computer graphics clipping algorithms, including Liang Dong algorithms and Cohen-Sutherland Algorithm
- 2022-07-24 10:57:26下载
- 积分:1
-
The phase difference based on blind deconvolution algorithm, vogel
基于盲解卷积的相位差算法,图像恢复,文件包里面有仿真和LBFGS优化算法-The phase difference based on blind deconvolution algorithm, vogel
- 2022-09-15 20:45:04下载
- 积分:1
-
很不错的基于神经网络BP算法的字母识别VC程序
很不错的基于神经网络BP算法的字母识别VC程序-very good based on neural network algorithm alphanumeric identification procedures VC
- 2023-04-10 18:05:04下载
- 积分:1
-
第一次正确地读取BMP图像会转换其原始格式存储
先正确读取bmp图像然后将其转换为raw格式并存储-first correctly read bmp images will then convert its raw format and storage
- 2023-05-26 04:00:02下载
- 积分:1
-
俄罗斯方块
采用C++语言编写的儿童益智游戏,俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行 或多行并且消除得分。同时也为大家编写其它的小游戏提供良好的借鉴。
- 2023-02-05 13:55:04下载
- 积分:1
-
图像处理方法的基本框架(可以实现基本的图像处理…
图像处理方法的基本框架(可实现基本的图像处理功能,包括图像增强、图像点等)
- 2023-07-23 05:55:03下载
- 积分:1