码迷,mamicode.com
首页 >  
搜索关键字:face recognition    ( 1417个结果
AI人工智能之基于OpenCV+face_recognition实现人脸识别
因近期公司项目需求,需要从监控视频里识别出人脸信息。OpenCV非常庞大,其中官方提供的人脸模型分类器也可以满足基本的人脸识别,当然我们也可以训练自己的人脸模型数据,但是从精确度和专业程度上讲OpenCV所提供的人脸识别要弱于face_recognition,所以我们采取OpenCV处理视频流、fa ...
分类:其他好文   时间:2020-01-15 14:03:38    阅读次数:116
Handbook of Document Image Processing and Recognition文档图像处理与识别手册
编辑:David Doermann(马里兰大学)Karl Tombre(洛林大学) 前言 In the beginning, there was only OCR. After some false starts, OCR became a competitive commercial enterp ...
分类:数据库   时间:2020-01-13 09:23:40    阅读次数:113
7人脸识别
1图片静态识别 import cv2 as cv import numpy as np def face_deftect_demo(): #转化为灰度图 gray =cv.cvtColor(src,cv.COLOR_BGR2GRAY) #加载特征数据 face_detector = cv.Casca ...
分类:其他好文   时间:2020-01-12 15:14:28    阅读次数:90
Deep Residual Learning for Image Recognition (ResNet)
[TOC] "He K, Zhang X, Ren S, et al. Deep Residual Learning for Image Recognition[C]. computer vision and pattern recognition, 2016: 770 778." @article ...
分类:Web程序   时间:2020-01-11 23:53:54    阅读次数:171
For me
一位来自gryz的蒟蒻 友链 62级 巨强 "lzx" 最强(skkyk) "zkx" 最单纯(AFO) "zzh" 不要face "zsf" 巨骚 "sjp" 贼卡的 "cgp" 看的最多的bolg "yxj" 你倒是去问wxy啊 "liuzt" 神仙 "tzt" 二区最高 "sts" 花手 "l ...
分类:其他好文   时间:2020-01-11 13:23:34    阅读次数:86
将文件转换为数组保存在内存中
``` #include #include int main() { FILE *image = fopen("big_face.yuv", "r"); if(NULL == image) { printf("open file failed!"); return 0; } fseek(image,... ...
分类:编程语言   时间:2020-01-10 23:49:05    阅读次数:97
An Overview of Symbol Recognition符号识别综述
ContentsIntroduction. ....................................................................................... 524History. ............................ ...
分类:其他好文   时间:2020-01-09 22:54:26    阅读次数:88
HTML使用自己的字体
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>测试字体</title> <style> @font-face { font-family: 测试字体; src: url("jan.otf"); } body { font-fa ...
分类:Web程序   时间:2020-01-07 10:35:49    阅读次数:176
css字体与字体图标
字体 font familu:"Consolas,Helvetica,"Helvetica Neue",Arial,sans serif; font size:3em; @font face{ font family:"Abc",sans serif;//名字 src:url("....") } f ...
分类:Web程序   时间:2020-01-06 17:42:55    阅读次数:88
吴恩达《深度学习》-课后测验-第三门课 结构化机器学习项目(Structuring Machine Learning Projects)-Week1 Bird recognition in the city of Peacetopia (case study)( 和平之城中的鸟类识别(案例研究))
Week1 Bird recognition in the city of Peacetopia (case study)( 和平之城中的鸟类识别(案例研究)) 1.Problem Statement This example is adapted from a real production ap ...
分类:系统相关   时间:2020-01-06 13:02:04    阅读次数:90
1417条   上一页 1 ... 12 13 14 15 16 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!