-
median filter for image in c
median filter for image in c
- 2022-10-07 03:30:03下载
- 积分:1
-
ARX AutoCAD 2002二次开发
ARX AutoCAD 2002二次开发-ARX AutoCAD 2002 Second Development
- 2022-01-29 01:16:15下载
- 积分:1
-
vc designed to achieve a "marginal fill" algorithm example
vc设计的一个实现“边缘填充”算法的例子-vc designed to achieve a "marginal fill" algorithm example
- 2022-09-27 14:05:02下载
- 积分:1
-
Using VC++ to prepare a image scaling, image translation, a source image enhance...
用VC++编写得图像缩放、图像平移、图像增强技术得源码-Using VC++ to prepare a image scaling, image translation, a source image enhancement technology
- 2022-03-26 18:30:29下载
- 积分:1
-
Java 3D编程实践.rar Java 3D 编程实践――网络上的三维动画 一书的源码,介绍了java3d编程,...
Java 3D编程实践.rar Java 3D 编程实践――网络上的三维动画 一书的源码,介绍了java3d编程,-Java 3D programming practice. Rar.rar Java 3D programming practice-- on the Web 3D animation of a source book, introduced the java3d programming,
- 2023-08-28 13:25:04下载
- 积分: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
-
这个手写数字识别系统是基于模板匹配法建立的。它是我买的图书的光盘上的。...
这个手写数字识别系统是基于模板匹配法建立的。它是我买的图书的光盘上的。-the handwriting recognition system figures are based on template matching method to establish. It is the books I buy on a CD-ROM.
- 2022-05-17 14:53:25下载
- 积分:1
-
一套指纹识别的c语言源代码
一套指纹识别的c语言源代码-a fingerprint identification c language source code
- 2022-09-25 13:00:03下载
- 积分:1
-
bmp图象处理类,实现了bmp图象的读写操作、图象缩放、旋转、加减、合成、边缘检测、测量周长、面积、小区域删除、去除黑斑、去除白班、二值化、抽取图象内点等。...
bmp图象处理类,实现了bmp图象的读写操作、图象缩放、旋转、加减、合成、边缘检测、测量周长、面积、小区域删除、去除黑斑、去除白班、二值化、抽取图象内点等。-bmp image processing category, achieving bmp image read and write operations, image scaling, rotation, addition and subtraction, synthesis, edge detection, measurement perimeter, area, a small regional delete, remove blotches, remove the day shift, two values, images taken within points.
- 2022-06-12 08:53:11下载
- 积分:1
-
基于OpenCV编写的使用Kalman滤波器跟踪一个旋转的点程序。代码来自《OpenCV教程基础篇》一书...
基于OpenCV编写的使用Kalman滤波器跟踪一个旋转的点程序。代码来自《OpenCV教程基础篇》一书-OpenCV prepared based on the use of Kalman filter to track a rotating point of the procedure. Code from
- 2022-08-06 15:36:26下载
- 积分:1