登录
首页 » Java » 人脸识别系统源码以及数据库(ArcSoftFaceDemo)

人脸识别系统源码以及数据库(ArcSoftFaceDemo)

于 2021-05-06 发布
0 501
下载积分: 1 下载次数: 2

代码说明:

根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DAO_Demo
    一个简单的DAO设计模式的例子。 DAO(Data Access Object,数据访问对象) 的主要功能是数据操作,在程序的标准开发架构中属于数据层的操作。(A simple example of DAO design patterns. DAO (Data Access Object, data access object) is the main function of data manipulation, the standard development process in the program belongs to the operation of the data layer.)
    2017-01-12 10:41:58下载
    积分:1
  • jcglxtydm
    数据库课程设计,教材管理系统,本系统能够投入实际的使用并且满足基本的功能要求。要求具有极高的可靠性、安全性和易维护性,具有较高的可移植性。 本系统实现了以下的功能: (1) 查询模块:根据种类,查询教材的相关信息; (2) 征订模块:根据需要,征订员将需要征订的教材数据输入教材信息表 (3) 采购模块:采购员审核教材征订的信息,如果需要采购则通过审核,否则 删除征订的信息 ⑷ 用户管理:用(atabase of curriculum design, materials management system, the system can allocate the actual use and to meet the basic functional requirements. Requires a very high reliability, security and easy-maintenance, high portability. The system to achieve the following functions: (1) Query Module: In accordance with the type of query-related information materials (2) Subscription Module: In accordance with the needs of Subscription Subscription Members will need to enter the teaching materials data information table (3) procurement modules: Purchaser audited Subscription information materials, if required by the procurement audit, or delete subscription information ⑷ User Management: User administrators can create user information, delete users, modify user information)
    2013-09-22 15:40:21下载
    积分:1
  • JDBCDemo123
    ODBC数据库连接,用javq做的(ODBC database connectivity, with javq do )
    2007-06-15 18:29:46下载
    积分:1
  • capital
    医院门诊收费系统,在Myeclipse环境下开发,实现了门诊挂号收费、医生开具处方及药库管理、系统管理的功能。(Hospital outpatient billing system developed under the environment in the Myeclipse realized outpatient registration fee, the doctor issued prescription and Drug Storehouse management, system management functions.)
    2009-12-05 21:03:05下载
    积分:1
  • Database-connection-pool-using-steps
    数据库连接池的使用步骤,比较有用,如果忘记的朋友可以看看。本人自己写的。(Database connection pool using steps, more useful, if you forget the friends can see. I wrote it myself.)
    2013-10-31 23:22:47下载
    积分:1
  • android-follow-server
    手机同步服务器中Mysql数据库,数据库变化后,手机同步变化(Mobile synchronization server Mysql database)
    2014-07-23 16:29:01下载
    积分:1
  • spring+jpa学生信息管理(适合新手)
    【实例简介】spring jpa入门级项目,实现了对数据库的 增、删、改、查、分页、导出、导入excel等基本操作 【调试步骤】 0.新建mysql数据库studentinfo,然后在该数据库执行数据库脚本 studentinfo.sql 1.修改application.yml文件中的数据库信息为您本机mysql用户名密码 2.运行项目后,打开浏览器http://localhost:8080  ,输入登陆账号密码均为:admin
    2021-05-24 08:46:42下载
    积分:1
  • project
    我用过的SQL的数据库,有用的下吧 我用过的SQL的数据库,有用的下吧 我用过的SQL的数据库,有用的下吧(I used SQL database, useful, are you my SQL database used and useful, are you my SQL database used and useful under the right)
    2009-03-10 20:23:08下载
    积分:1
  • 使用Java实现(北大青鸟java入门教)
    使用Java实现数据库编程(北大青鸟java入门教程)
    2019-09-10下载
    积分:1
  • java 到sql sever 系统实现 图书管理系统 开发工具eclipse,含java代码,sql代码,课设计word文档。已测试无error~
    java 到sql sever 数据库系统实现 图书管理系统 开发工具eclipse,含java代码,sql代码,课程设计word文档/已测试无error~ 模块功能介绍   2.2.1 管理员模块功能介绍 1.查询图书 此模块可以查询图书   2.借阅图书 此模块可以借阅图书 3.归还图书 此模块的可以归还图书 4.删除图书 此模块可以删除图书 5.添加图书 此模块可以添加图书 6.删除用户 此模块可以删除用户 7.查询用户 此模块可以查询用户   2.2.2 用户模块功能介绍 1.查询图书 此模块可以查询图书 2.借阅图书 此模块可以借阅图书 3.归还图书 此模块的可以归还图书 4.注册 此模块的可以用户注册
    2021-05-06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载