-
图像处理的源程序,功能比较多.设计很多图像的知识.
图像处理的源程序,功能比较多.设计很多图像的知识.-image processing of the source, more functional. Many images design knowledge.
- 2022-09-04 08:00:02下载
- 积分:1
-
kan jiuxing,大家可以交流一下,共同促进编程水平,欢迎提意见和建议...
kan jiuxing,大家可以交流一下,共同促进编程水平,欢迎提意见和建议-kan jiuxing, we can exchange that jointly promote programming level, and welcomes comments and suggestions!
- 2022-02-02 01:44:20下载
- 积分:1
-
图像处理理想低通滤波,本函数实现DIB位图的快速傅立叶变换,并理想低通滤波...
图像处理理想低通滤波,本函数实现DIB位图的快速傅立叶变换,并理想低通滤波-Ideal low-pass filter
- 2022-03-13 07:19:52下载
- 积分:1
-
the design of polygon form
-设计多边形窗体 -设计多边形窗体-- Design polygon form- the design of polygon form- design form polygon
- 2023-01-15 06:50:03下载
- 积分:1
-
JPEG无损压缩实现的源代码。
JPEG无损压缩实现的源代码。-Lossless JPEG compression to achieve the source code.
- 2022-04-01 04:37:23下载
- 积分:1
-
基于颜色直方图的图像检索系统
需求:
1. 系统能够根据例子图像在图像数据库中检索出相似的图像;
2. 对检索结果进行排序(根据与例子图像的相似性进行排序)并显示在用户
界面上;
3. 系统能够计算检索结果的平均查准率(Average Precision)。
平均查准率计算方法:
平均查准率是在一个查询的所有相关对象被返回后的平均准确率:
其中r是排列顺序,N为返回结果的个数,NR是数据集中所有相关结果的个
数,函数R⋅ ()为一个二值函数(当第r 个返回结果为与例子图像相似时为1,否
则为0),P⋅ ()为前r个返回结果的查准率(前r个结果中相似图像的数量除以r)。
- 2023-05-17 11:10:09下载
- 积分:1
-
矩阵的逆运算
矩阵的逆运算-matrix inverse operation.
- 2022-10-09 08:40:03下载
- 积分:1
-
Basic drawing program, the original code, I am also hard to collect the informat...
基本画图程序,原代码,我也是辛苦才收集到的资料,希望能给其他工程师派上用场.-Basic drawing program, the original code, I am also hard to collect the information, hope that they will be useful to other engineers.
- 2022-02-27 07:19:57下载
- 积分: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
-
在VS编程环境中,生成一个三维的圆柱体,显示时能够任意方向的进行旋转。...
在VS编程环境中,生成一个三维的圆柱体,显示时能够任意方向的进行旋转。-In the VS programming environment, generate a three-dimensional cylinder, the display can rotate any direction.
- 2022-04-20 09:21:07下载
- 积分:1