-
图象模板匹配算法源代码
图象模板匹配算法源代码-Image template matching algorithm source code
- 2022-05-05 23:12:11下载
- 积分:1
-
最小二乘法拟合曲面的程序,个人认为很好用了,希望大家喜欢...
最小二乘法拟合曲面的程序,个人认为很好用了,希望大家喜欢-Surface least squares fitting procedure, individuals spent a good think, I hope everyone likes
- 2022-07-12 09:36:56下载
- 积分:1
-
很好的图象放大程序
很好的图象放大程序-good image enhancement procedures
- 2022-06-14 11:21:56下载
- 积分:1
-
3D机器人
给大家带来一份 3D的机器人.
初学者可以学习学习.
对3D点的位置非常有帮助的.
- 2022-05-12 15:01:56下载
- 积分:1
-
When the program is implemented with VC++6.0 on the grayscale image to carry out...
该程序时用VC++6.0实现的,对灰度图像来进行膨胀和复试以及开闭运算,对学者应该有帮助。-When the program is implemented with VC++6.0 on the grayscale image to carry out expansion and re-testing, as well as opening and closing operation, pairs of scholars should be helpful.
- 2022-04-09 01:36:21下载
- 积分:1
-
vega prime 物体世界坐标转化为屏幕坐标,并将坐标值显示在屏幕上...
vega prime 物体世界坐标转化为屏幕坐标,并将坐标值显示在屏幕上-vega prime objects into world coordinate screen coordinates, and coordinate values displayed on the screen
- 2022-03-15 01:45:08下载
- 积分:1
-
本文件内的程序实现了帧动画的操作,对计算机三维图形操作具有一定的借鉴意义...
本文件内的程序实现了帧动画的操作,对计算机三维图形操作具有一定的借鉴意义-The procedures of this document implements frame animation operation, three-dimensional graphics operations on the computer has certain reference significance
- 2022-01-26 06:43:39下载
- 积分:1
-
Simple image processing, including the opening of the image, image format conver...
简单的图像处理,包括图像的打开,图像格式的转换-Simple image processing, including the opening of the image, image format conversion, etc.
- 2023-06-05 02:25:02下载
- 积分:1
-
通过同态滤波增强图像的对比度,效果很好。
通过同态滤波增强图像的对比度,效果很好。-By homomorphic filtering to enhance image contrast, works well.
- 2022-03-05 21:51:22下载
- 积分: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