-
这里有数字图像处理的基本源代码
这里有数字图像处理的基本源代码-digital image processing the basic source code
- 2022-02-21 02:19:45下载
- 积分:1
-
用opencv方法开发的基于haartraining特征的
人脸检测
用opencv方法开发的基于haartraining特征的
人脸检测
-Opencv methods used to develop the characteristics of haartraining-based Face Detection
- 2022-03-17 05:58:54下载
- 积分:1
-
用迭代、峰谷、半阈值算法进行图像分割:
用迭代、峰谷、半阈值算法进行图像分割:-) 包括一个自定义的CDib类-using iterative, peak, semi-threshold algorithm for image segmentation :-) include a defined category CDib
- 2022-01-31 14:44:58下载
- 积分:1
-
此程序产生的时域数据输入的频域显示…
This program produces a Frequency Domain display from the Time Domain data input using the Fast Fourier Transform.
-This program produces a Frequency Domain display from the Time Domain data input using the Fast Fourier Transform.
- 2023-01-29 13:20:04下载
- 积分:1
-
图形图像编程篇(很多示例程序,good)
图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images
(Sort of examples ,good)
- 2023-06-24 09:20:04下载
- 积分:1
-
该程序能够实现图像的合成技术,把两个图像何在一起‘ 改程序用vb语言来实现,整体效果不错!...
该程序能够实现图像的合成技术,把两个图像何在一起‘ 改程序用vb语言来实现,整体效果不错!-the program can achieve image synthesis technology, the two images together what "vb changed procedures used to achieve language, the overall effect was excellent!
- 2022-03-22 00:32:56下载
- 积分:1
-
数字图像模式技术及工程应用
数字图像模式技术及工程应用-digital image mode technology and engineering applications
- 2022-03-23 03:29:34下载
- 积分:1
-
投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图...
投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图-projection of the source, although the value of two plans, but in order to facilitate the use of 256 grayscale
- 2023-01-19 01:35:04下载
- 积分:1
-
IGES文件的阅读
用于读取IGES文件-IGES files for reading
- 2022-09-16 17:15: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