随笔分类 - 编程代码库
编程代码库
摘要:using System; using System.Data; using System.Drawing; using System.Drawing.Drawing2D;namespace WebService { class Clock { private Point mickeyMouse = new Point(0, 0); public void DrawClock(Graphics g) { ///centre(120, 130); Rectangle outRect = new Rectangle(0, 0, 240, 260); Rectangle midRect...
阅读全文
摘要:实用网址:http://blog.csharplearners.com/2012/01/30/face-recognation-c/Emgucv下载地址:http://sourceforge.net/projects/emgucv/OpenCV下载地址:http://sourceforge.net/projects/opencvlibrary/files/人脸识别源码下载地址:http://www.61ic.com/code/viewthread.php?tid=36542&extra=&page=1Face Recognition 1- Create a Windows Fo
阅读全文