-
图像处理的一部分程序,对初学图像编程有一定的帮助
图像处理的一部分程序,对初学图像编程有一定的帮助-??像
- 2022-06-16 06:12:29下载
- 积分:1
-
这是一个图像识别技术中的一个实例中的神经网络部分源代码...
这是一个图像识别技术中的一个实例中的神经网络部分源代码-This is an image recognition technology, an example of the neural network part of the source code
- 2022-02-05 01:46:29下载
- 积分:1
-
图象处理 功能简单
图象处理 功能简单-image processing functions simple!
- 2023-07-07 15:30:03下载
- 积分:1
-
直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colo...
直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source and color histogram that transform command line compiler process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2022-02-07 01:31:58下载
- 积分:1
-
Use Delphi to achieve rendering graphics data, allowing data to achieve a more i...
利用Delphi实现绘制数据图形,实现让数据的更直观更易懂的表现在人们面前,可以打开原始数据表格,也可以自行设计数据表格,并用圆饼图或者梯形图的方式表现出来-Use Delphi to achieve rendering graphics data, allowing data to achieve a more intuitive performance more understandable in front of people, can turn raw data form can also design their own data tables, and a round pie chart or ladder diagram shown by way of
- 2022-11-28 07:35:03下载
- 积分:1
-
按所需的颜色显示不同的区域
按所需的颜色显示不同的区域- According to color demonstration different region which needs
- 2022-03-09 21:56:58下载
- 积分:1
-
微软的新作xna c#2005
教程第4课的源码
微软的新作xna c#2005
教程第4课的源码-for Microsoft"s new xna c# 2005 Guide Lesson Four of the FO
- 2022-02-12 22:55:02下载
- 积分:1
-
DTW算法VC实现 数字图像处理
DTW算法VC实现 数字图像处理-DTW VC Digital Image Processing
- 2022-03-22 02:46:53下载
- 积分:1
-
Delphi中使用DirectDraw技术进行图形处理。
Delphi中使用DirectDraw技术进行图形处理.-Delphi DirectDraw technology for the use of graphics.
- 2022-01-30 18:17:12下载
- 积分: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