-
一个很不错的图片处理组件,可以进行扫描打印,及相关的图片处理,包含完整原码,如果安装不上的话去下个安装版的,把里的dbk复制过来就可以了。...
一个很不错的图片处理组件,可以进行扫描打印,及相关的图片处理,包含完整原码,如果安装不上的话去下个安装版的,把里的dbk复制过来就可以了。-A very good image processing components, you can scan to print, and related image processing, including integrity of the original code, if not installed, then go on to install the next version, and the inside dbk copied on it.
- 2022-03-29 03:34:10下载
- 积分:1
-
对印刷体数字进行识别 暂不支持手写体识别
对印刷体数字进行识别 暂不支持手写体识别-The identification numbers of the printed not support handwriting recognition
- 2022-05-18 07:15:59下载
- 积分:1
-
对偶四元数应用于空间坐标变换,和对偶四元数和齐次矩阵的转换...
对偶四元数应用于空间坐标变换,和对偶四元数和齐次矩阵的转换-Dual quaternion coordinate transformation applied to space, and dual quaternion and homogeneous matrix conversion
- 2023-08-18 09:15:03下载
- 积分:1
-
A function of better CAD drawing program, for trade
一个功能较为完善的CAD绘图程序,对于从事相关开发人员有一定帮助-A function of better CAD drawing program, for trade-related assist developers must have
- 2022-03-18 09:22:18下载
- 积分:1
-
vc实现跟随鼠标的动态增加文字
vc实现跟随鼠标的动态增加文字-vc follow the mouse to achieve the dynamic textual
- 2022-03-20 04:49:44下载
- 积分:1
-
c语言实现抛物线逐次积分法
c语言实现抛物线逐次积分法-c language realization parabola step-by-step integration method
- 2023-03-10 18:50:03下载
- 积分:1
-
可以实现个性按钮,值得一看
可以实现个性按钮,值得一看-can achieve personalized buttons, an eye-catcher
- 2022-02-04 13:20:55下载
- 积分:1
-
http://209.145.252.10/file/graphics/effects/OTMVOXEL.ZIP
http://209.145.252.10/file/graphics/effects/OTMVOXEL.ZIP
- 2022-04-28 15:19:30下载
- 积分:1
-
hello world 源代码
初步学习QT,最基础的程序hello,让初学者更好认识QT,熟悉QT编程环境,程序执行将显示“Hello World"在一个显示面板上,可以通过修改程序改变字体和颜色。。。。。。。
- 2022-02-26 23:13:50下载
- 积分: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