-
人脸识别与检测
使用Python进行人脸识别算法的设计,OpenCV用来进行在图像中人脸的识别与选取,基于Windows平台,其中已经包含完整的代码,代码中的参数是我自己训练的时候得到的,随着训练次数的增多,识别的精确度会越来越高,参数可以根据自己的要求进行调整,代码里附有注释。
- 2022-05-31 08:01:11下载
- 积分:1
-
这个程序设计的编译原理,可以过滤或简化一个程序…
本程序为编译原理的课程设计,可以对输入的C源程序进行过滤精简,并进行词法分析.-this program designed for the compiler theory,you can filtrate or simplify a program of C that you input,and analyse its accidence.
- 2023-03-04 10:25:03下载
- 积分:1
-
IC卡数据读写代码下载
IC卡数据读写代码下载-IC card reader data downloaded code
- 2023-03-16 01:50:04下载
- 积分:1
-
在c++基础上用A*算法解决15数码问题
在c++基础上用A*算法解决15数码问题-15 with the A* algorithm to solve the problem of digital
- 2022-11-22 09:25:03下载
- 积分:1
-
My curriculum design small systems Haha Thank you, pointing
本人的课程设计的小系统・・哈哈・谢谢指点-My curriculum design small systems Haha Thank you, pointing
- 2022-03-19 09:36:15下载
- 积分:1
-
数制转换 栈的应用
通过栈的应用,实现任意数制之间的转换。第1行输入两个数,即转换前的数制 转换后的数制,以空格分割第2行输入待转换的数 假定全部数值
- 2023-05-08 17:15:03下载
- 积分:1
-
c#下载网页源码
IntroductionMyDownloader is an open source application written in C# that is almost a complete download manager.MyDownloader has many features to manage downloads: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-09 12:10:03下载
- 积分:1
-
例子OpenCV
Example OpenCv
// Background average sample code done with averages and done with codebooks
// (adapted from the OpenCV book sample)
//
// NOTE: To get the keyboard to work, you *have* to have one of the video windows be active
// and NOT the consule window.
//
// Gary Bradski Oct 3, 2008.
//
/* *************** License:**************************
Oct. 3, 2008
Right to use this code in any way you want without warrenty, support or any guarentee of it working.
BOOK: It would be nice if you cited it:
Learning OpenCV: Computer Vision with the OpenCV Library
by Gary Bradski and Adrian Kaehler
Published by O Reilly Media, October 3, 2008
AVAILABLE AT:
http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134
Or: http://oreilly.com/catalog/9780596516130/
ISBN-10: 0596516134 or: ISBN-13: 978-0596516130
************************************************** */-Example OpenCv
// Background average sample code done with a
- 2022-01-22 15:54:45下载
- 积分:1
-
aSysTeam进销存管理系统(含源代码) 1.0
aSysTeam进销存管理系统(含源代码) 1.0-aSysTeam inventory management system (including source code) 1.0
- 2022-03-19 06:39:06下载
- 积分:1
-
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI...
按我理解,这就是所说的三层架构了。
File工程负责最底层的文件操作
FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层
UI工程就是具体的界面层了,他只负责显示具体的数据,不负责软件的工作流程。
File, FileProtocol这两个工程都是DLL,注意看一下FileProtocol的工程依赖及附加包含目录。还要再看一下UI工程的工程依赖及附加包含目录。在这里,三个工程,项目解决方案是在同级目录下,通过一个解决方案去包含三个工程。这样做的好处在于,工程可以重用。比如说File工程,他负责最底层的文件操作,以后我们的其它软件项目还会用到它的,因此,以后的项目,在解决方案里直接添加File工程便可以用了。 -According to my understanding, this is referred to a three-tier architecture.
File project is responsible for the bottom of the file operations
FileProtocol charge of the project specific processes and agreement to the relevant data back to the interface layer
UI project is a specific interface layer, and he is only responsible for display of specific data, is not responsible for the software workflow.
File, FileProtocol these two projects are DLL, note that the works look FileProtocol dependence and additional include directories. Would also like to look at what the engineering rely on UI and additional include directories. Here, the three projects, t
- 2022-03-16 06:02:29下载
- 积分:1