码迷,mamicode.com
首页 >  
搜索关键字:facepoint detection    ( 835个结果
【Daily Scrum】12-03
Sprint3 的初步计划:经过组内成员的激烈讨论,小组成员一致认为,除了将生成的视频做的美观,同时要做出Photo Telling App 自己的特色:Face Detection 和 Image Selection。Algorithm部分要在本sprint内将Face Detection 和 I...
分类:其他好文   时间:2014-12-04 06:15:27    阅读次数:194
目标检测之vibe---ViBe(Visual Background extractor)背景建模或前景检测
ViBe算法:ViBe - a powerful technique for background detection and subtraction in video sequences算法官网:http://www2.ulg.ac.be/telecom/research/vibe/描述:ViBe...
分类:其他好文   时间:2014-12-03 21:03:45    阅读次数:268
2013计算机视觉代码合集二
Feature Detection and DescriptionGeneral Libraries:VLFeat– Implementation of various feature descriptors (including SIFT, HOG, and LBP) and covariant ...
分类:其他好文   时间:2014-12-02 22:10:05    阅读次数:327
OpenCV Tutorials —— Cascade Classifier
Haar Feature-based Cascade Classifier for Object Detection First, a classifier (namely a cascade of boosted classifiers working with haar-like feature...
分类:其他好文   时间:2014-11-27 12:38:11    阅读次数:548
Rapid Object Detection using a Boosted Cascade of Simple Features 部分翻译
haas-like,adaboost经典论文...
分类:Windows程序   时间:2014-11-27 10:47:11    阅读次数:295
OpenCV Tutorials —— Detection of planar objects
这篇教程其实是上一篇的总结 ,利用 features2d 和 calib3d 模块来发掘场景中的物体 ~~ 1, Create a new console project. Read two input images. Mat img1 = imread(argv[1], CV_LOAD_IMAGE...
分类:其他好文   时间:2014-11-27 10:33:36    阅读次数:215
[Elasticsearch] 索引管理 (三) - 根对象(Root Object)
根对象(Root Object) 映射的最顶层被称为根对象。它包含了: 属性区域(Properties Section),列举了文档中包含的每个字段的映射信息。各种元数据(Metadata)字段,它们都以_开头,比如_type,_id,_source。控制用于新字段的动态探测(Dynamic Detection)的设置,如analyzer,dynamic_date_formats和dy...
分类:其他好文   时间:2014-11-26 11:24:04    阅读次数:267
【Daily Scrum】11-25
GroupToday's workTomorrow's workMVVM--AlgoMoving on into motion defineFinish music cutting pointFinish motion defineStart face detection partRenderFin...
分类:其他好文   时间:2014-11-25 23:01:23    阅读次数:151
2014.11.20查看到的有用网站和资料
http://www.cvchina.info/计算机视觉最新资讯https://github.com/MingMingCheng/CmCode/程明明2011CVPR的论文资料,有最新不要混淆saliency mode和salient object detection,前者试图去predict f...
分类:Web程序   时间:2014-11-20 18:39:27    阅读次数:204
OpenCV Tutorials —— Hough Circle Transform
Hough 圆变换 和 Hough 直线变换原理相同,只是参数空间不同 : In the line detection case, a line was defined by two parameters . In the circle case, we need three parameters ...
分类:其他好文   时间:2014-11-19 00:14:29    阅读次数:198
835条   上一页 1 ... 76 77 78 79 80 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!