URL more

来源:互联网 发布:ae mac 破解补丁 编辑:程序博客网 时间:2024/05/16 03:36


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  
0 0
原创粉丝点击