码迷,mamicode.com
首页 >  
搜索关键字:face    ( 1029个结果
vue移动端滑动兼容
.face-recognition .wrapper(:style="{height: viewHeight+'px'}") .face-recognition .wrapper(:style="{height: viewHeight+'px'}") this.viewHeight = docume ...
分类:移动开发   时间:2019-08-19 19:31:32    阅读次数:104
yet|women teachers|waters|
Though the sore be healed, a scar may remain on her face, which makes her sad sometimes. Though the sore be healed, a scar may remain on her face, whi ...
分类:其他好文   时间:2019-08-18 10:07:40    阅读次数:81
斗地主基本牌型判断
``` / Created by xujw on 2017/10/16. 斗地主 单副扑克 没有癞子玩法 牌对象为{grade:3,face:1} grade 牌面点数(3 13:3 K, 14:A, 15:2, 16:小王 17:大王) face 牌面花色(1:黑桃、2:红桃、3:梅花、4:方块) ...
分类:其他好文   时间:2019-08-17 19:39:56    阅读次数:69
monkey 进阶使用手册,monkey随机测试后怎么定位问题
首先我们知道使用monkey后,我们可以查看三种类型的日志,一种是安卓内核日志,一种是安卓系统自己的日志,还有一种是monkey日志。 当我们使用monkey进行随机测试时,如何才知道我们这次随机测试是否有问题。 1.使用命令产生随机事件 adb shell monkey -p vchat.face ...
分类:其他好文   时间:2019-08-13 15:52:00    阅读次数:269
IDEA项目启动配置
IDEA项目启动配置 一、点进去 二、在Project下配置JDK路径,output文件夹 三、在Modules下,第四步Libraries设置完再回来选中 四、在Libraries下引入jsp-api和servlet-api jar包,与项目中lib包下面的所有内容加进去,点击OK 五、在Face ...
分类:其他好文   时间:2019-08-13 15:40:12    阅读次数:147
Python骚操作:利用Python获取摄像头并实时控制人脸!
实现流程 这里我将这个功能抽象成一个面具加载服务,请跟随我的代码一窥究竟吧。 1.导入对应的工具包 from time import sleep import cv2 import numpy as np from PIL import Image from imutils import face_ ...
分类:编程语言   时间:2019-08-08 23:33:11    阅读次数:146
AI换脸技术源码
import requestsimport simplejsonimport jsonimport base64 def find_face(imgpath): print("finding") http_url = 'https://api-cn.faceplusplus.com/facepp/v ...
分类:其他好文   时间:2019-08-08 18:49:42    阅读次数:663
StartDT AI Lab | 视觉智能引擎——从Face ID说起,浅析顾客数字化
Face ID?是如何成为商业智能化方案中对顾客进行数字化描述的主要技术方案的?
分类:其他好文   时间:2019-08-02 20:46:08    阅读次数:84
旋转和平移 代码2
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(3, 3, CV_32FC1); dou ...
分类:其他好文   时间:2019-07-31 19:06:56    阅读次数:224
绕X 轴 Y轴 Z轴旋转的结果
void warp_perspect_3_angle(cv::Mat face, float roll, float yaw, float pitch) { cv::Mat face_img = face.clone(); int imgHeight = face_img.rows; int img ...
分类:其他好文   时间:2019-07-31 18:36:35    阅读次数:295
1029条   上一页 1 ... 13 14 15 16 17 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!