-
实现基于opencv的手势识别,训练方便,使用简单!
实现基于opencv的手势识别,训练方便,使用简单!-Opencv-based gestures to achieve the identification, training, convenient and easy to use!
- 2022-07-10 09:52:41下载
- 积分:1
-
图像采集 code匹配运动估计算法简介 5.2 典型运动估计算法研究 5.3 运动估计算法实 例 第6章 视频图像采集系统 6.1 图像采集系统的硬件构成 6....
图像采集 code匹配运动估计算法简介 5.2 典型运动估计算法研究 5.3 运动估计算法实 例 第6章 视频图像采集系统 6.1 图像采集系统的硬件构成 6.2 图像采集的 VC实现 6.3 常见图像采集卡的性能指标 6.4 图像采集系统应用... -image acquisition code matching motion estimation algorithm 5.2 Introduction typical motion estimation algorithm 5.3 motion estimation algorithm examples in Chapter 6 Video Image Acquisition System 6.1 image acquisition system hardware 6.2 Image Capture the VC 6.3 Common Image Capture Card performance indicators Image Acquisition System 6.4 application
- 2022-11-15 19:45:04下载
- 积分:1
-
对图像的综合处理,如滤波,小波变换,DCT,FET,投影法,差影法,轮廓提取,低通滤波,高通滤波,图像平移,旋转,灰度变换,灰度拉伸,图像膨胀,腐蚀等。...
对图像的综合处理,如滤波,小波变换,DCT,FET,投影法,差影法,轮廓提取,低通滤波,高通滤波,图像平移,旋转,灰度变换,灰度拉伸,图像膨胀,腐蚀等。-Integrated image processing, such as filtering, wavelet transform, DCT, FET, projection, and poor shadow method, contour extraction, low-pass filtering, high pass filtering, image translation, rotation, gray transformation, gray stretch, image expansion , corrosion, etc..
- 2022-12-25 21:20:04下载
- 积分:1
-
数字图像中值滤波:数字图像处理常用算法,具体内容见Readme【《VisualC++/Matlab图像处理与识别案例精选》】。...
数字图像中值滤波:数字图像处理常用算法,具体内容见Readme【《VisualC++/Matlab图像处理与识别案例精选》】。-digital image filtering : digital image processing algorithms used, the specific content [see readme "Visual C++/Matlab image processing and recognition of selected cases"--.
- 2022-12-28 12:30:03下载
- 积分:1
-
NVIDIA Direct3D透明反锯齿演示C++源代码,Geforce7系列的东东…
NVIDIA Direct3D透明反锯齿演示C++源代码,需要Geforce7系列以上显卡。-NVIDIA Direct3D transparent antialiasing demo C source code, Geforce7 series needs more graphics.
- 2022-08-03 08:59:29下载
- 积分:1
-
一个填充区域图像的程序
一个填充区域图像的程序-a region filled with images of procedures
- 2022-03-02 20:46:59下载
- 积分:1
-
mixed use of the three
使用纹理混合的三维发型仿真,相信你会有用-mixed use of the three-dimensional texture hairstyle simulation, I believe you will use
- 2022-02-03 08:41:35下载
- 积分:1
-
三次 Bezier 曲线一种不错的算法
三次 Bezier 曲线一种不错的算法 -cubic Bezier curve of a good algorithm
- 2022-05-24 17:07:54下载
- 积分:1
-
基于vb平台环境下的acad二次开发实例程序
基于vb平台环境下的acad二次开发实例程序-vb platform environment based on the Academy of secondary development sample program
- 2022-03-13 22:12:23下载
- 积分: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