当前位置:首页>编程日记>正文

URL more


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  

http://www.coolblog.cn/news/86c859310d5a71a2.html

相关文章:

  • asp多表查询并显示_SpringBoot系列(五):SpringBoot整合Mybatis实现多表关联查询
  • s7day2学习记录
  • 【求锤得锤的故事】Redis锁从面试连环炮聊到神仙打架。
  • 矿Spring入门Demo
  • 拼音怎么写_老师:不会写的字用圈代替,看到孩子试卷,网友:人才
  • Linux 实时流量监测(iptraf中文图解)
  • Win10 + Python + GPU版MXNet + VS2015 + RTools + R配置
  • 美颜
  • shell访问php文件夹,Shell获取某目录下所有文件夹的名称
  • 如何优雅的实现 Spring Boot 接口参数加密解密?
  • LeCun亲授的深度学习入门课:从飞行器的发明到卷积神经网络
  • Mac原生Terminal快速登录ssh
  • java受保护的数据与_Javascript类定义语法,私有成员、受保护成员、静态成员等介绍...
  • mysql commit 机制_1024MySQL事物提交机制
  • 支撑微博千亿调用的轻量级RPC框架:Motan
  • jquery 使用小技巧
  • 2019-9
  • 法拉利虚拟学院2010 服务器,法拉利虚拟学院2010
  • vscode pylint 错误_将实际未错误的py库添加到pylint白名单
  • 科学计算工具NumPy(3):ndarray的元素处理
  • 工程师在工作电脑存 64G 不雅文件,被公司开除后索赔 41 万,结果…
  • linux批量创建用户和密码
  • newinsets用法java_Java XYPlot.setInsets方法代碼示例
  • js常用阻止冒泡事件
  • 气泡图在开源监控工具中的应用效果
  • 各类型土地利用图例_划重点!国土空间总体规划——土地利用
  • php 启动服务器监听
  • dubbo简单示例
  • 【设计模式】 模式PK:策略模式VS状态模式
  • [iptables]Redhat 7.2下使用iptables实现NAT
  • Ubuntu13.10:[3]如何开启SSH SERVER服务
  • CSS小技巧——CSS滚动条美化
  • JS实现-页面数据无限加载
  • 阿里巴巴分布式服务框架 Dubbo
  • 最新DOS大全
  • Django View(视图系统)
  • 阿里大鱼.net core 发送短信
  • 程序员入错行怎么办?
  • 两张超级大表join优化
  • 第九天函数
  • HDU 5988 最小费用流
  • Linux软件安装-----apache安装
  • 《看透springmvc源码分析与实践》读书笔记一
  • Sorenson Capital:值得投资的 5 种 AI 技术
  • 正式开课!如何学习相机模型与标定?(单目+双目+鱼眼+深度相机)
  • Arm芯片的新革命在缓缓上演
  • nagios自写插件—check_file
  • 通过Spark进行ALS离线和Stream实时推荐
  • python3 错误 Max retries exceeded with url 解决方法
  • 行为模式之Template Method模式