码迷,mamicode.com
首页 >  
搜索关键字:face recognition    ( 1417个结果
The Nature of Recognition
The Nature of Recognition [Idea Logs] Recognition is borned with Memory . While memory comes from the observation of the world, inside and outside. To ...
分类:其他好文   时间:2019-08-11 21:11:52    阅读次数:83
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
AI百度接口以及图灵接口的使用
百度AI接口 AI智能种类方向 耳朵 = 倾听 = 麦克风 = 语音识别 ASR:Automatic Speech Recognition 嘴巴 = 诉说 = 扬声器 = 语音合成 TTS:Text To Speech 眼睛 = 观察 = 摄像头 = 图像识别 IR:Image Recognitio ...
分类:其他好文   时间:2019-08-01 17:28:51    阅读次数:182
旋转和平移 代码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
旋转和平移
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(2, 3, CV_32FC1); dou ...
分类:其他好文   时间:2019-07-31 18:15:48    阅读次数:75
14.模型常用字段
常用字段: 在Django中,定义了一些Field来与数据库表中的字段类型来进行映射。以下将介绍那些常用的字段类型。 AutoField: 映射到数据库中是int类型,可以有自动增长的特性。一般不需要使用这个类型,如果不指定主键,那么模型会自动的生成一个叫做id的自动增长的主键。如果你想指定一个其他 ...
分类:其他好文   时间:2019-07-29 20:20:59    阅读次数:149
机器学习-svd实现人脸识别
加载sklearn中的人脸数据集 执行上面的第二行程序,python会从网上下载labeled_face_wild people数据集,这个数据集大概200M,因为墙的原因下载很慢失败。 使用百度云下载该数据集,是个.tgz的压缩包 链接:https://pan.baidu.com/s/1eySjV ...
分类:其他好文   时间:2019-07-26 17:38:50    阅读次数:130
1417条   上一页 1 ... 21 22 23 24 25 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!