-
该源代码是数字图象处理的形态学,颜色和滤波操作等等。
该源代码是数字图象处理的形态学,颜色和滤波操作等等。-The source code is a digital image processing of morphology, color and filtering operation and so on.
- 2023-04-12 06:55:03下载
- 积分: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
-
extract exif from jpeg image
extract exif from jpeg image
- 2022-02-05 01:30:51下载
- 积分:1
-
程序实现了背景差法减背景的功能。适用于场景叫简单的视频数据。...
程序实现了背景差法减背景的功能。适用于场景叫简单的视频数据。-sub background .The function is good.
- 2023-05-20 08:15:04下载
- 积分:1
-
qt实现的读取Oracle数据库实例,利用了MVC模式,是模仿学习的好例子...
qt实现的读取Oracle数据库实例,利用了MVC模式,是模仿学习的好例子-qt achieved read Oracle database instance, using the MVC model is a good example of learning to imitate
- 2022-12-22 09:00:03下载
- 积分:1
-
一个很简单的VC++实现的在窗口中写字的程序 供MFC初学者参考
一个很简单的VC++实现的在窗口中写字的程序 供MFC初学者参考-a very simple VC in the window and write procedures for beginners reference MFC
- 2022-01-25 20:38:23下载
- 积分:1
-
Using canny edge detection and hough transform separation of the iris, normalize...
采用canny边界检测和hough变换分离虹膜,归一化,采用haar小波提取虹膜特征及海明距进行识别-Using canny edge detection and hough transform separation of the iris, normalized using haar wavelet extracted iris characteristics and hamming distance to identify
- 2022-08-12 20:13:22下载
- 积分:1
-
access to the images for processing, and basic knowledge of engineering examples...
有关图象的获取几处理的基本知识以及工程实现的例子和源代码,内容较为详实-access to the images for processing, and basic knowledge of engineering examples and source code, a more detailed
- 2023-06-13 18:06:04下载
- 积分:1
-
给用ObjectARX开发AutoCAD初学者的一个例子,说明如何定义自定义实体...
给用ObjectARX开发AutoCAD初学者的一个例子,说明如何定义自定义实体-to use AutoCAD beginners ObjectARX an example on how to define custom entities
- 2022-03-20 20:35:48下载
- 积分:1
-
Ageia s PhysX(著名的游戏物理库) D3D 9使用演示代码。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的...
Ageia s PhysX(著名的游戏物理库) D3D 9使用演示代码。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Ageia s PhysX (well-known game physics library) D3D 9 using the demo code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.
- 2023-05-20 17:40:03下载
- 积分:1