2D

  • 影像变形(Morphing),是由一张图像流畅地变成另一张图像的视觉效果,最常见的应用是由一张人脸影像变化到另一张人脸影像
  • cross-dissolving + warping
  • Demo
    • ~ Face Morphing on Animation Producing
    • ~ Image Morphing

3D

  • unify3d

Skeletal Animation

  • http://www.innerbody.com/anatomy/skeletal-male

    http://wiki.blender.org/index.php/Doc:2.4/Manual/Your_First_Animation/2.Animating_the_Gingerbread_Man

    http://www.cnblogs.com/lai3d/archive/2009/12/22/1629749.html

2d skeletal anmation

  • http://esotericsoftware.com/
  • 2D skeletal animation for games

http://www.bfcat.com/index.php/2013/04/small-3d-scanner/

图象分割

  • http://www.bfcat.com/index.php/2013/09/3-sweep/

PMD CamBoard Pico

抠图

  • ~ "GrabCut" - Interactive Foreground Extraction using Iterated Graph Cuts
  • Interactive Image Segmentation, Graph Cuts, Image Editing, Foreground extraction, Alpha Matting
  • http://blog.csdn.net/zouxy09/article/details/8535087 实现

ios opencv资源

  • http://code.opencv.org/svn/gsoc2012/ios/

border matting

  • http://www.google.com/patents/US7430339
  • http://research.microsoft.com/pubs/67890/siggraph04-grabcut.pdf
  • http://www.cs.ru.ac.za/research/g02m1682/Thesis.pdf
  • http://www.wisdom.weizmann.ac.il/~levina/papers/Matting-Levin-Lischinski-Weiss-CVPR06.pdf
  • 这哥们牛http://www.junz.org/download.aspx

border matting 实现

  • https://sites.google.com/site/alexzaitsevcodesamples/home/image-processing/robust-matting-c-implementation

    http://www.juew.org/data/data.htm

    很多matingg 地址 http://www.cnblogs.com/idaidai/archive/2012/03/01/2375800.html

    //参见 http://www.juew.org/publication/mattingSurvey.pdf 其中4.3描述 Robust算法

实现二

  • http://www1.idc.ac.il/toky/CompPhoto-09/Projects/Stud_projects/IrenaAviad/Web/

smooth boundary

人脸磨皮

  • http://www.16kan.com/post/1093780.html
  • 双指数边缘平滑滤波器用于磨皮算法的尝试。
  • BEEPS,是Bi-Exponential Edge-Preserving Smoother
  • 一文中图像去雾算法的原理、实现、分析及效果。
    • http://www.16kan.com/post/1088005.html
  • 肤色检测算法
    • http://www.16kan.com/post/1079771.html

Deconvolution

  • https://code.google.com/p/iocbio/wiki/DeconvolutionSoftware

Need to morph an image, i.e. replace face from one image onto another persons image in a very smooth manner, so as to hardly detect the image manipulation. Environment: opencv, open source CPP editor, linux(Ubuntu). Steps for the logic: 1) Read input image file 1, and extract the face alone. Image 1&2 will contain one person's photo alone with some random background. 2) Read input image file 2, and paste the face contour from step 1, onto image 2. If needed zoom-in the image 2, so as to fit the image 1 face. Zoom-in, bcos image 2 will always be bigger compared to image 1. 3) Application should be scalable and memory leak proof. Also i would need a proper documentation on the workspace setup.  Successful candidate will be signing a non-disclosure agreement, to keep source code proprietary to me and my organization. I would prefer experienced part time freelancers, because this is just one small part of the application, based on the work, i may assign follow up tasks, or may hire for full time

morphing

  • https://github.com/wzpan/2dMorphing
  • svn checkout svn://svn.code.sf.net/p/xmorph/code/ xmorph-code
  • http://www.pudn.com/downloads141/sourcecode/graph/detail607538.html
  • http://blog.csdn.net/holybang/article/details/6981369

viewpoint

  • http://www.cs.cmu.edu/afs/andrew/scs/cs/15-463/f07/proj_final/www/amichals/
  • http://homes.cs.washington.edu/~seitz/papers/sigg96.pdf
  • http://www.cs.cmu.edu/afs/andrew/scs/cs/15-463/f07/proj_final/www/amichals/view.pdf
  • http://www.hci.otago.ac.nz/downloads/ViewMorphing_full.pdf

disparity

  • 这个有源码的

    • https://sites.google.com/site/5kk73gpu2010/assignments/stereo-vision#TOC-Update-Disparity-Map
  • http://blog.martinperis.com/2011/08/opencv-stereo-matching.html

blog

  • http://www.cs.cmu.edu/~yuandong/

curve document 3D reconsturction  rectification

  • http://www.cs.cmu.edu/~ILIM/projects/IM/document_rectification/document_rectification.html

faint

  • https://github.com/jeffrafter/faint

face

  • http://facerecog.googlecode.com/svn/trunk/
  • https://github.com/greatyao/asmlibrary
  • https://github.com/greatyao/FaceTracker
  • https://github.com/kylemcdonald/ofxFaceTracker
  • 演示程序下载https://github.com/kylemcdonald/ofxFaceTracker/downloads

facesubstitution

  • https://github.com/arturoc/FaceSubstitution

nxnx

  • http://www.openframeworks.cc/

human pose estimate

  • http://groups.inf.ed.ac.uk/calvin/articulated_human_pose_estimation_code/
  • http://groups.inf.ed.ac.uk/calvin/articulated_human_pose_estimation_code/
  • http://www.cs.berkeley.edu/~lbourdev/poselets/
  • http://www.eecs.berkeley.edu/Research/Projects/CS/vision/shape/action/
  • http://www.iccv2011.org/
  • http://image.diku.dk/HUMIM/tracker/Doxygen/html/index.html

hummin

  • http://image.diku.dk/HUMIM/tracker/

Human Motion Imitation

大集合

  • http://blog.csdn.net/zouxy09/article/details/8550952

指尖检测

  • svn checkout http://finger-detection-and-gesture-recognition.googlecode.com/svn/trunk/ finger-detection-and-gesture-recognition-read-only

神经网络

  • http://leenissen.dk/fann/wp/
  • http://blog.csdn.net/sz63551340/article/details/8813428

手检测

  • http://www.robots.ox.ac.uk/~vgg/software/hands/

gimp

  • http://wiki.gimp.org/index.php/Mindstorm:n-point_image_deformation_tool

deform

  • cage deform
  • n-point image deform
  • https://code.google.com/p/imgwarp-opencv/
  • https://code.google.com/p/faceworkshop/
  • svn checkout http://imgwarp-opencv.googlecode.com/svn/trunk/ imgwarp-opencv-read-only
  • https://code.google.com/p/asmlib-opencv/
  • cage
    • http://ggg.udg.edu/publicacions/UsersWebs/starCages/
  • http://staff.ustc.edu.cn/~szhou/

deconvolution

  • https://code.google.com/p/iocbio/wiki/DeconvolutionSoftware

图形处理相关资源(面部识别、姿态估计、变形、、、)相关推荐

  1. 3D人体姿态估计(介绍及论文归纳)

    推荐镜子大佬的知乎 2D 多人姿态估计论文汇总.分类与简介 2D多人姿态估计指南:热图回归与坐标回归流程指南 openmmlab微信公众号里的3DHPE综述 opemmlab框架下的MMPose库,有 ...

  2. OpenMMlab社区开放麦<第22期:姿态估计领域的前沿进展>——笔记

    姿态估计技术的发展对于行为分析.虚拟现实和自动驾驶等诸多应用都有着重要的意义.本期开放麦我们就邀请到了两位顶会顶刊论文作者和大家分享如何解决姿态估计中的前沿问题和一些新的姿态估计任务和解决方案. 姿态 ...

  3. 姿态估计1-05:FSA-Net(头部姿态估算)-训练测试数据制作-预处理代码讲解

    以下链接是个人关于FSA-Net(头部姿态估算) 所有见解,如有错误欢迎大家指出,我会第一时间纠正.有兴趣的朋友可以加微信:17575010159 相互讨论技术.若是帮助到了你什么,一定要记得点赞!因 ...

  4. 姿态估计1-02:HR-Net(人体姿态估算)-官方模型训练测试-报错解决

    以下链接是个人关于HR-Net(人体姿态估算)所有见解,如有错误欢迎大家指出,我会第一时间纠正.有兴趣的朋友可以加微信:17575010159 相互讨论技术.若是帮助到了你什么,一定要记得点赞!因为这 ...

  5. 姿态估计2-08:PVNet(6D姿态估计)-源码无死角解析(4)-RANSAC投票机制

    以下链接是个人关于PVNet(6D姿态估计) 所有见解,如有错误欢迎大家指出,我会第一时间纠正.有兴趣的朋友可以加微信:17575010159 相互讨论技术.若是帮助到了你什么,一定要记得点赞!因为这 ...

  6. 微软开源3D人体姿态估计的交叉视图融合算法,提高SOTA精度

    今天分享一下微软亚洲研究院新的开源3D姿态估计的一篇论文:用于3D人体姿势估计的Cross View Fusion,它大大减少了3D姿态估计的误差. 在H36M数据集上,MPJPE(关节点误差平均值) ...

  7. 3D Human相关研究总结:人体、姿态估计、人体重建等

    ©PaperWeekly 原创 · 作者|张莹 单位|腾讯 本文简要介绍与 3D 数字人相关的研究,包括常用 3D 表示.常用 3D 人体模型.3D 人体姿态估计,带衣服 3D 人体重建,3D 衣服建 ...

  8. 腾讯优图刷新人体姿态估计国际权威榜单,相关论文被ECCV2020收录

    本文转载自腾讯优图. 近日,腾讯优图实验室在人体2D姿态估计任务中获得创新性技术突破,其提出的基于语义对抗的数据增强算法Adversarial Semantic Data Augmentation ( ...

  9. 基于深度学习的三维姿态估计

    点击上方"小白学视觉",选择加"星标"或"置顶" 重磅干货,第一时间送达 本文转自|计算机视觉工坊 三维重建领域主要的数据格式有四种: • ...

最新文章

  1. Swift 值类型和引用类型的内存管理
  2. 认识top的显示结果
  3. Matlab创建特殊数组学习
  4. 软考中级——软件工程基础概念总结
  5. .net remoting 技术
  6. 民生银行 一码付 php,PHP开心码支付免签约第四方支付平台源码修复版
  7. c++ 协程_Python3 协程(coroutine)介绍
  8. 生活中的数学(为生活建模)(二)
  9. mysql无法识别双引号_sqlite3迁移mysql问题集合攻略
  10. 第二节 数值、字符与字符串
  11. RS编码过程通俗理解
  12. 基于体素的全局光照技术
  13. java axis2 jar包下载_axis2所有jar包
  14. [转]一些漢字、字體/字型、内碼、輸入法資料的整理
  15. PCB布局和绘制的关键操作
  16. 自定义时间(小时:分钟)选择器
  17. pikachu之xss漏洞学习
  18. C语言 计算存款利息
  19. 【云速建站】后台数据批量导入导出
  20. Win10神州网信政府版电脑的麦克风及照相功能被组织关闭没有权限打开怎么办呢?(解决电脑麦克风问题)

热门文章

  1. C/C++函数形参传实参时值传递、指针传递、引用传递的区别
  2. Linux LVM卷挂载
  3. KVM中Virtio网络的演化之路
  4. OVS DPDK--网桥配置(四)
  5. leetcode算法题--爬楼梯
  6. leetcode算法题--打家劫舍II
  7. 在.NET中使用脚本引擎
  8. The APR based Apache Tomcat Native library
  9. Office Tab免费版:标签化浏览和编辑Office文档
  10. Centos 7.x 设置Lvs+ Keepalived