-
This is mainly concerned with the mathematical quadratic Bezier curve algorithm,...
这是主要关于数学上二次bezier曲线的算法,用vc 6.0完成-This is mainly concerned with the mathematical quadratic Bezier curve algorithm, complete with vc 6.0
- 2023-04-29 17:05:03下载
- 积分:1
-
This zip file contains source code and windows executables for carrying out face...
This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file.
Usage:
FaceDetect (, )
The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face.
Example,
A = imread ( lena.jpg , JPG )
Img = double (rgb2gray(A))
Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
-This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s f
- 2022-07-12 10:23:46下载
- 积分:1
-
sunlightface人脸识别
人脸识别正确率97.18%,1秒内完成。
能够在复杂的光线和背景下依然正确工作,并支持多张人脸在一个画面上的检测,识别,验证。戴眼镜和黑色人种也能检测和识别。能从多角度检测到人脸。
并带人鼻,嘴,眼镜,人脸左右边界的定位功能。
本软件仅限用于可见光(如室内光,日光灯,节能灯,白炽灯),并要求用户主动配合采模板,主动配合识别.最好有USB摄像头
无法使用的几种解决方法:
1.最好不要下载在桌面上运行,COPY到C,D盘任一目录下都行。
2.win2003下无法使用,建议用WINXP或WIN7;
WIN7建议采用兼容模式,以管理员身份运行。正式版可以在WIN2003下运行。
3.确定没有运行中的SOFTICE,VMWARE等调试或虚拟机类软件。
4.显示器分辩率最好是1280*768以上,1024*768可能无法用。显示器颜色质量16位色不行,必要是24位色或32位色。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-08 11:05:03下载
- 积分:1
-
设置并叠加透明图片
设置并叠加透明图片-install and transparent picture superimposed
- 2022-01-25 19:52:39下载
- 积分:1
-
这是计算机图形学的一个bessel画线算法。直接可以运行。
这是计算机图形学的一个bessel画线算法。直接可以运行。-This is a computer graphics Bessel line drawing algorithm. Direct run.
- 2022-03-11 03:52:10下载
- 积分:1
-
pwinDOS下仿WIN3.2
pwinDOS下仿WIN3.2-pwinDOS under fake WIN3.2
- 2022-03-23 11:30:39下载
- 积分:1
-
本程序绘制可以通过鼠标的移动,绘制直线、 矩形、椭圆、B样条、besizer曲线等。...
本程序绘制可以通过鼠标的移动,绘制直线、 矩形、椭圆、B样条、besizer曲线等。-the mapping process through mouse movement, drawing straight lines and rectangular, oval, B-spline, besizer curve.
- 2023-07-24 19:35:03下载
- 积分:1
-
程序功能:实现B样条曲线的计算和显示
程序功能:实现B样条曲线的计算和显示-procedures functions : B-spline curve calculation and display
- 2022-12-19 15:10:03下载
- 积分:1
-
印章识别源代码,需要的朋友下载后可以研究
印章识别源代码,需要的朋友下载后可以研究-Seal to identify the source code, the need for friends to download can be studied after
- 2022-01-20 22:51:42下载
- 积分:1
-
VC++ Graphics Programming Tutorial and Examples
VC++绘图程序设计技巧与实例教程 -VC++ Graphics Programming Tutorial and Examples
- 2022-03-07 19:15:27下载
- 积分:1